Uses
Uses | Description |
---|---|
wp-includes/link-template.php: get_canonical_url | Filters the canonical URL for a post. |
wp-includes/formatting.php: trailingslashit() | Appends a trailing slash. |
wp-includes/query.php: get_queried_object_id() | Retrieve ID of the current queried object. |
wp-includes/query.php: get_query_var() | Retrieve variable in the WP_Query class. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/link-template.php: get_comments_pagenum_link() | Retrieves the comments page number link. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/link-template.php: user_trailingslashit() | Retrieves a trailing-slashed string if the site is set for adding trailing slashes. |
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. |