Uses
Uses | Description |
---|---|
wp-includes/post.php: is_post_type_viewable() | Determines whether a post type is considered “viewable”. |
wp-includes/link-template.php: preview_post_link | Filters the URL used for a post preview. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/link-template.php: set_url_scheme() | Sets the scheme for a URL. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
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. |