Codex tools: Log in
Languages: English • (Add your language)
Contents |
Returns a pretty, translated version of a post format slug. This can be used anywhere if slug of a post format is provided.
<?php $pretty_format = get_post_format_string($slug); ?>
get_post_format_string() is located in wp-includes/post.php.
Post Formats: set_post_format(), get_post_format(), has_post_format()