apply_filters( 'customize_refresh_nonces', array $nonces, WP_Customize_Manager $this )

Filters nonces for Customizer.


Parameters

$nonces

(array) Array of refreshed nonces for save and preview actions.

$this

(WP_Customize_Manager) WP_Customize_Manager instance.


Source

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

View on GitHub



Changelog

Changelog
Version Description
WP-4.2.0 Introduced.