wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



customize_save_response › WordPress Filter Hooks

Seit4.2.0
Veraltetn/v
apply_filters( 'customize_save_response', $response, $this )
Parameter: (2)
  • () response Additional information passed back to the 'saved' event on `wp.customize`.
    Erforderlich: Ja
  • () manager WP_Customize_Manager instance.
    Erforderlich: Ja
Definiert in:
Codex:

Filters response data for a successful customize_save Ajax request.

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




Quellcode

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