Uses
Uses | Description |
---|---|
wp-includes/taxonomy.php: is_taxonomy_viewable() | Determines whether a taxonomy is considered “viewable”. |
wp-includes/link-template.php: get_preview_post_link() | Retrieves the URL used for the post preview. |
wp-admin/includes/screen.php: get_current_screen() | Get the current screen object |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/pluggable.php: get_userdata() | Retrieve user info by user ID. |
wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. |
wp-includes/taxonomy.php: get_term_link() | Generate a permalink for a taxonomy term archive. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
wp-includes/link-template.php: get_edit_user_link() | Retrieves the edit user link. |
wp-includes/link-template.php: get_post_type_archive_link() | Retrieves the permalink for a post type archive. |
wp-includes/link-template.php: get_edit_post_link() | Retrieves the edit post link for post. |
wp-includes/link-template.php: get_edit_term_link() | Retrieves the URL for editing a given term. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/class-wp-admin-bar.php: WP_Admin_Bar::add_node() | Adds a node to the menu. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |
wp-includes/author-template.php: get_author_posts_url() | Retrieve the URL to the author page for the user with the ID provided. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |