Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::autosaved() | Gets whether data from a changeset’s autosaved revision should be loaded if it exists. |
wp-includes/l10n.php: restore_previous_locale() | Restores the translations according to the previous locale. |
wp-includes/l10n.php: switch_to_locale() | Switches the translations according to the given locale. |
wp-includes/l10n.php: get_user_locale() | Retrieves the locale of a user. |
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::is_cross_domain() | Determines whether the admin and the frontend are on different domains. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::changeset_uuid() | Get the changeset UUID. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::validate_setting_values() | Validates setting values. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::get_nonces() | Get nonces for the Customizer. |
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::unsanitized_post_values() | Get dirty pre-sanitized setting values in the current customized state. |
wp-includes/functions.php: wp_json_encode() | Encode a variable into JSON, with some sanity checks. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
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/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: esc_url_raw() | Performs esc_url() for database usage. |
wp-includes/functions.php: remove_query_arg() | Removes an item or items from a query string. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |