Uses
Uses | Description |
---|---|
wp-includes/theme.php: is_customize_preview() | Whether the site is being previewed in the Customizer. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/theme.php: wp_customize_url() | Returns a URL to load the Customizer. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. |
wp-includes/load.php: is_ssl() | Determines if SSL is used. |
wp-includes/functions.php: remove_query_arg() | Removes an item or items from a query string. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/class-wp-admin-bar.php: WP_Admin_Bar::add_node() | Adds a node to the menu. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |