apply_filters( 'customize_refresh_nonces', array $nonces , WP_Customize_Manager $this )
Filters nonces for Customizer.
Parameters
- $nonces
-
Array of refreshed nonces for save and preview actions.
- $this
-
WP_Customize_Manager instance.
Source
Changelog
Version | Description |
---|---|
WP-4.2.0 | Introduced. |