wpseek.com
A WordPress-centric search engine for devs and theme authors



customize_save_response › WordPress Filter Hooks

Since4.2.0
Deprecatedn/a
apply_filters( 'customize_save_response', $response, $this )
Parameters: (2)
  • () response Additional information passed back to the 'saved' event on `wp.customize`.
    Required: Yes
  • () manager WP_Customize_Manager instance.
    Required: Yes
Defined at:
Codex:

Filters response data for a successful customize_save Ajax request.

This filter does not apply if there was a nonce or authentication failure.




Source

$response = apply_filters( 'customize_save_response', $response, $this );