Uses
Uses | Description |
---|---|
wp-includes/link-template.php: wp_get_canonical_url() | Returns the canonical URL for a post. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
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. |