Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::get_allowed_urls() | Get URLs allowed to be previewed. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::changeset_uuid() | Get the changeset UUID. |
wp-includes/http.php: wp_parse_url() | A wrapper for PHP’s parse_url() function that handles consistency in the return values across PHP versions. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::get_stylesheet() | Retrieve the stylesheet name of the previewed theme. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::is_theme_active() | Checks if the current theme is active. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |