WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about customize_post_value_set

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-customize-manager.php do_action 1885 /**
* Announces when any setting's unsanitized post value has been set.
*
* Fires when the WP_Customize_Manager::set_post_value() method is called.
*
* This is useful for `WP_Customize_Setting` instances to watch
* in order to update a cached previewed value.
*
* @since 4.4.0
*
* @param string $setting_id Setting ID.
* @param mixed $value Unsanitized setting post value.
* @param WP_Customize_Manager $manager WP_Customize_Manager instance.
*/

Hook Parameters

Parameter Type Name Description
mixed $value Unsanitized setting post value.
WP_Customize_Manager $manager WP_Customize_Manager instance.