apply_filters( ‘customize_refresh_nonces’, string[] $nonces, WP_Customize_Manager $manager )

In this article

Filters nonces for Customizer.

Parameters

$noncesstring[]
Array of refreshed nonces for save and preview actions.
$managerWP_Customize_Manager

Source

$nonces = apply_filters( 'customize_refresh_nonces', $nonces, $this );

Changelog

VersionDescription
4.2.0Introduced.

User Contributed Notes

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