WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about customize_save_response

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-customize-manager.php apply_filters 2602 /**
* Filters response data for a successful customize_save Ajax request.
*
* This filter does not apply if there was a nonce or authentication failure.
*
* @since 4.2.0
*
* @param array $response Additional information passed back to the 'saved'
* event on `wp.customize`.
* @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.