Announces when a specific setting’s unsanitized post value has been set.
Fires when the WP_Customize_Manager::set_post_value() method is called.
The dynamic portion of the hook name, $setting_id, refers to the setting ID.
$valuemixed
$managerWP_Customize_Manager
do_action( "customize_post_value_set_{$setting_id}", $value, $this );
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/customize_post_value_set_setting_id