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