Remove the post format prefix from the name property of the term object created by get_term().
_post_format_link
Filters the post format term link to remove the format prefix.
_post_format_request
Filters the request to allow for the format prefix.
get_post_format_link
Returns a link to a post format index.
Advertisement
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.
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
Advertisement
has_post_format
Check if a post has any of the given formats, or any format.
get_post_format
Retrieve the format slug for a post
wp_text_diff
Displays a human readable HTML representation of the difference between two strings.
get_avatar
Retrieve the avatar `` tag for a user, email address, MD5 hash, comment, or post.
Advertisement
wp_set_password
Updates the user’s password with a new encrypted one.
wp_rand
Generates a random number.
wp_generate_password
Generates a random password drawn from the defined set of characters.