Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-manager.php: customize_refresh_nonces | Filters nonces for Customizer. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::get_stylesheet() | Retrieve the stylesheet name of the previewed theme. |
wp-includes/pluggable.php: wp_create_nonce() | Creates a cryptographic token tied to a specific action, user, user session, and window of time. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |