Uses
Uses | Description |
---|---|
wp-includes/query.php: is_singular() | Determines whether the query is for an existing single post of any post type (post, attachment, page, custom post types). |
wp-includes/query.php: get_queried_object_id() | Retrieve ID of the current queried object. |
wp-includes/link-template.php: pre_get_shortlink | Filters whether to preempt generating a shortlink for the given post. |
wp-includes/link-template.php: get_shortlink | Filters the shortlink for a post. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
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. |