File: wp-includes/link-template.php
-
Filters the trailing-slashed string, depending on whether the site is set to use trailing slashes.
-
function_get_page_link()
Retrieves the page permalink.
-
functionpermalink_anchor()
Displays the permalink anchor for the current post.
-
hook_get_page_link
Filters the permalink for a non-page_on_front page.
-
functionget_the_permalink()
Retrieves the full permalink for the current post or post ID.
-
functionget_attachment_link()
Retrieves the permalink for an attachment.
-
functionget_permalink()
Retrieves the full permalink for the current post or post ID.
-
hookattachment_link
Filters the permalink for an attachment.
-
hookpre_post_link
Filters the permalink structure for a post before token replacement occurs.
-
functionget_year_link()
Retrieves the permalink for the year archives.
-
Filters the category that gets used in the %category% permalink token.
-
hookyear_link
Filters the year archive permalink.
-
hookpost_link
Filters the permalink for a post.
-
functionget_post_permalink()
Retrieves the permalink for a post of a custom post type.
-
functionthe_permalink()
Displays the permalink for the current post.
-
hookthe_permalink
Filters the display of the permalink for the current post.
-
functionuser_trailingslashit()
Retrieves a trailing-slashed string if the site is set for adding trailing slashes.