apply_filters( ‘customize_save_response’, array $response, WP_Customize_Manager $manager )

In this article

Filters response data for a successful customize_save Ajax request.

Description

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

Parameters

$responsearray
Additional information passed back to the 'saved' event on wp.customize.
$managerWP_Customize_Manager

Source

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

Changelog

VersionDescription
4.2.0Introduced.

User Contributed Notes

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