get_post_format_slugs [ WordPress Function ]
get_post_format_slugs ( No parameters )
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_post_format_strings, get_post_format_string, get_post_format, get_post_format_link, set_post_format
Retrieves an array of post format slugs.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- get_post_format_slugs | A HitchHackers guide through WordPress
Feb 24, 2011 ... Source code. function get_post_format_slugs() { $slugs = array_keys( get_post_format_strings() ); return array_combine( $slugs, $slugs ); } ...
hitchhackerguide.com - get_post_format_slugs (WordPress Function) - WPSeek.com
WordPress lookup for get_post_format_slugs, a WordPress Function. wpseek. com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - #17576 (Use get_post_format_strings() to generate - WordPress Trac
Description. Dynamically generate the array returned by get_post_format_slugs() as suggested by inline documentation in /wp-includes/post.php "3.2-early: use ...
core.trac.wordpress.org - get_post_format_slugs:WordPress私的マニュアル
get_post_format_slugs - 投稿フォーマットのスラッグ一覧を取得する.
elearn.jp