apply_filters( 'customize_save_response', array $response, WP_Customize_Manager $this )

Filters response data for a successful customize_save Ajax request.


Description Description

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


Parameters Parameters

$response

(array) Additional information passed back to the 'saved' event on wp.customize.

$this

(WP_Customize_Manager) WP_Customize_Manager instance.


Top ↑

Source Source

File: wp-includes/class-wp-customize-manager.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.