WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about customize_save

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-customize-manager.php do_action 3538 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
array $response Additional information passed back to the 'saved'
WP_Customize_Manager $manager WP_Customize_Manager instance.