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