Title: 4.1.1 | Developer.WordPress.org

---

# New and updated in 4.1.1

Functions

Hooks

Classes

Methods

 * method[WP_Customize_Manager::unsanitized_post_values()](https://developer.wordpress.org/reference/classes/wp_customize_manager/unsanitized_post_values/)
 * Gets dirty pre-sanitized setting values in the current customized state.
 * Used by [7 functions](https://developer.wordpress.org/reference/classes/wp_customize_manager/unsanitized_post_values/#used-by)
   | Uses [7 functions](https://developer.wordpress.org/reference/classes/wp_customize_manager/unsanitized_post_values/#uses)
   | Source: [wp-includes/class-wp-customize-manager.php:1760](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/class-wp-customize-manager.php#L1760-L1814)
 * method[WP_Customize_Manager::post_value()](https://developer.wordpress.org/reference/classes/wp_customize_manager/post_value/)
 * Returns the sanitized value for a given setting from the current customized state.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_customize_manager/post_value/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/classes/wp_customize_manager/post_value/#uses)
   | Source: [wp-includes/class-wp-customize-manager.php:1836](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/class-wp-customize-manager.php#L1836-L1854)
 * hook[get_ancestors](https://developer.wordpress.org/reference/hooks/get_ancestors/)
 * Filters a given object’s ancestors.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/get_ancestors/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/get_ancestors/#uses)
   | Source: [wp-includes/taxonomy.php:5076](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/taxonomy.php#L5076-L5076)