Uses
| Uses | Description |
|---|---|
| wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::get_nonces() | Get nonces for the Customizer. |
| wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::is_preview() | Is it a theme preview? |
| wp-includes/functions.php: wp_send_json_error() | Send a JSON response back to an Ajax request, indicating failure. |
| wp-includes/functions.php: wp_send_json_success() | Send a JSON response back to an Ajax request, indicating success. |