wp-includes/link-template.php: wp_get_canonical_url() | Returns the canonical URL for a post. |
wp-includes/embed.php: get_post_embed_url() | Retrieves the URL to embed a specific post in an iframe. |
wp-includes/general-template.php: paginate_links() | Retrieve paginated link for archive post pages. |
wp-includes/deprecated.php: get_index_rel_link() | Get site index relational link. |
wp-includes/query.php: wp_old_slug_redirect() | Redirect old slugs to the correct permalink. |
wp-includes/taxonomy.php: get_term_link() | Generate a permalink for a taxonomy term archive. |
wp-includes/link-template.php: get_comments_pagenum_link() | Retrieves the comments page number link. |
wp-includes/link-template.php: paginate_comments_links() | Displays or retrieves pagination links for the comments on the current post. |
wp-includes/link-template.php: get_pagenum_link() | Retrieves the link for a page number. |
wp-includes/link-template.php: get_post_type_archive_link() | Retrieves the permalink for a post type archive. |
wp-includes/link-template.php: get_term_feed_link() | Retrieves the feed link for a term. |
wp-includes/link-template.php: get_search_link() | Retrieves the permalink for a search. |
wp-includes/link-template.php: get_month_link() | Retrieves the permalink for the month archives with year. |
wp-includes/link-template.php: get_day_link() | Retrieves the permalink for the day archives with year and month. |
wp-includes/link-template.php: get_feed_link() | Retrieves the permalink for the feed type. |
wp-includes/link-template.php: get_post_comments_feed_link() | Retrieves the permalink for the post comments feed. |
wp-includes/link-template.php: get_author_feed_link() | Retrieves the feed link for a given author. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/link-template.php: get_post_permalink() | Retrieves the permalink for a post of a custom post type. |
wp-includes/link-template.php: _get_page_link() | Retrieves the page permalink. |
wp-includes/link-template.php: get_attachment_link() | Retrieves the permalink for an attachment. |
wp-includes/link-template.php: get_year_link() | Retrieves the permalink for the year archives. |
wp-includes/post-template.php: _wp_link_page() | Helper function for wp_link_pages(). |
wp-includes/canonical.php: redirect_canonical() | Redirects incoming links to the proper URL based on the site url. |
wp-includes/canonical.php: redirect_guess_404_permalink() | Attempts to guess the correct URL for a 404 request based on query vars. |
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/comment-template.php: get_trackback_url() | Retrieves the current post’s trackback URL. |
wp-includes/comment-template.php: get_comment_link() | Retrieves the link to a given comment. |