Filters the navigation markup template.
get_the_post_navigation
Retrieves the navigation to next/previous post, when applicable.
get_{$adjacent}_post_sort
Filters the ORDER BY clause in the SQL for an adjacent post query.
get_{$adjacent}_post_where
Filters the WHERE clause in the SQL for an adjacent post query.
Advertisement
get_{$adjacent}_post_join
Filters the JOIN clause in the SQL for an adjacent post query.
get_{$adjacent}_post_excluded_terms
Filters the IDs of terms excluded from adjacent post queries.
edit_post_link
Displays the edit post link for post.
get_preview_post_link
Retrieves the URL used for the post preview.
Advertisement
the_permalink
Displays the permalink for the current post.
safe_style_css
Filters list of allowed CSS attributes.
wp_parse_url
A wrapper for PHP’s parse_url() function that handles consistency in the return values across PHP versions.
Advertisement
wp_remote_retrieve_cookie_value
Retrieve a single cookie’s value by name from the raw response.
wp_remote_retrieve_cookie
Retrieve a single cookie by name from the raw response.
wp_remote_retrieve_cookies
Retrieve only the cookies from the raw response.