Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_is_uuid() | Validates that a UUID is valid. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::changeset_post_id() | Get the changeset post ID for the loaded changeset. |
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::wp_die() | Custom wp_die wrapper. Returns either the standard message for UI or the Ajax message. |
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: WP_Customize_Manager::theme() | Get the theme being customized. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::start_previewing_theme() | If the theme to be previewed isn’t the active theme, add filter callbacks to swap it out at runtime. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/pluggable.php: is_user_logged_in() | Determines whether the current visitor is a logged in user. |
wp-includes/pluggable.php: auth_redirect() | Checks if a user is logged in, if not it redirects them to the login page. |
wp-includes/pluggable.php: check_ajax_referer() | Verifies the Ajax request to prevent processing requests external of the blog. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/http.php: send_origin_headers() | Send Access-Control-Allow-Origin and related headers if the current request is from an allowed origin. |
wp-includes/admin-bar.php: show_admin_bar() | Sets the display status of the admin bar. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |