Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::is_preview() | Is it a theme preview? |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::is_theme_active() | Checks if the current theme is active. |
wp-includes/class-wp-customize-manager.php: stop_previewing_theme | Fires once the Customizer theme preview has stopped. |
wp-includes/plugin.php: remove_filter() | Removes a function from a specified filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |