Filters the post formats rewrite base.
is_post_type_archive
Determines whether the query is for an existing post type archive page.
get_queried_object
Retrieve the currently-queried object.
get_queried_object_id
Retrieve ID of the current queried object.
Advertisement
_post_format_wp_get_object_terms
Remove the post format prefix from the name property of the term objects created by wp_get_object_terms().
_post_format_get_terms
Remove the post format prefix from the name property of the term objects created by get_terms().
_post_format_get_term
Remove the post format prefix from the name property of the term object created by get_term().
_post_format_request
Filters the request to allow for the format prefix.
Advertisement
_post_format_link
Filters the post format term link to remove the format prefix.
get_post_format_link
Returns a link to a post format index.
get_post_format_string
Returns a pretty, translated version of a post format slug
get_post_format_slugs
Retrieves the array of post format slugs.
Advertisement
get_post_format_strings
Returns an array of post format slugs to their translated and pretty display versions
set_post_format
Assign a format to a post
get_post_format
Retrieve the format slug for a post