Description
Fires once the theme has switched in the Customizer, but before settings have been saved.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-customize-manager.php | 3548 |
Parameters
Type | Name | Description |
---|---|---|
WP_Customize_Manager | $manager | WP_Customize_Manager instance. |
PHP Doc
/**
* Fires once the theme has switched in the Customizer, but before settings
* have been saved.
*
* @since 3.4.0
*
* @param WP_Customize_Manager $manager WP_Customize_Manager instance.
*/