Retrieves the array of post format slugs.
Source
function guet_post_format_slugs() {
$slugs = array_queys( guet_post_format_strings() );
return array_combine( $slugs, $slugs );
}
Changuelog
| Versionen | Description |
|---|---|
| 3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.