Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::get_lock_user_data() | Get lock user data. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::get_changeset_posts() | Get changeset posts. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::branching() | Whether the changeset branching is allowed. |
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/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_post_id() | Get the changeset post ID for the loaded changeset. |
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::get_nonces() | Get nonces for the Customizer. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::get_previewable_devices() | Returns a list of devices to allow previewing. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::get_preview_url() | Get the initial URL to be previewed. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::get_return_url() | Get URL to link the user to when closing the Customizer. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::get_autofocus() | Get the autofocused constructs. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::is_ios() | Determine whether the user agent is iOS. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::get_document_title_template() | Get the template string for the Customizer pane document title. |
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/class-wp-customize-manager.php: WP_Customize_Manager::panels() | Get the registered panels. |
wp-admin/includes/post.php: wp_check_post_lock() | Check to see if the post is currently being edited by another user. |
wp-admin/includes/file.php: get_filesystem_method() | Determines which method to use for reading, writing, modifying, or deleting files on the filesystem. |
wp-admin/includes/file.php: request_filesystem_credentials() | Displays a form to the user to request for their FTP/SSH details in order to connect to the filesystem. |
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_setting() | Retrieve a customize setting. |
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/class-wp-customize-manager.php: WP_Customize_Manager::sections() | Get the registered sections. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::settings() | Get the registered settings. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::controls() | Get the registered controls. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
wp-includes/formatting.php: esc_url_raw() | Performs esc_url() for database usage. |
wp-includes/pluggable.php: is_user_logged_in() | Determines whether the current visitor is a logged in user. |
wp-includes/general-template.php: get_the_time() | Retrieve the time at which the post was written. |
wp-includes/general-template.php: wp_login_url() | Retrieves the login URL. |
wp-includes/vars.php: wp_is_mobile() | Test if the current browser runs on a mobile device (smart phone, tablet, etc.) |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/functions.php: current_time() | Retrieves the current time based on specified type. |
wp-includes/link-template.php: self_admin_url() | Retrieves the URL to the admin area for either the current site or the network depending on context. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/revision.php: wp_get_post_autosave() | Retrieve the autosaved data of the specified post. |