Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




get_post_format_slugs [ WordPress Function ]

get_post_format_slugs ( No parameters )
Returns:
  • (array) The array of post format slugs.
Defined at:



Retrieves an array of post format slugs.

Source


<?php
function get_post_format_slugs() {
    
$slugs array_keysget_post_format_strings() );
    return 
array_combine$slugs$slugs );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics