_post_format_get_term [ WordPress Function ]
_post_format_get_term ( $term )
| Access: |
|
| Defined at: |
|
Soorgelijke functies: _post_format_get_terms, _post_format_wp_get_object_terms, post_format_meta_box, get_post_format_string, _post_format_request
Remove the post format prefix from the name property of the term object created by get_term().
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- PHPXRef 0.7 : WordPress : Detail view of post.php
_post_format_link() _post_format_get_term() _post_format_get_terms() _post_format_wp_get_object_terms() _update_term_count_on_transition_post_status() ...
phpxref.ftwr.co.uk - PHPXRef 0.7 : WordPress (latest release) : Detail view of post.php
_post_format_link() _post_format_get_term() _post_format_get_terms() _post_format_wp_get_object_terms() _update_term_count_on_transition_post_status() ...
lab.yukei.net - _update_term_count_on_transition_post_status (WordPress ...
_post_format_link() _post_format_get_term() _post_format_get_terms() _post_format_wp_get_object_terms() _update_term_count_on_transition_post_status() .
wpseek.com - Noodle and Meatball
@access private * @since 3.1.0 */ function _post_format_get_term( $term ) { if ( isset( $term->slug ) ) { $term->name = get_post_format_string( str_replace( ...
noodleandmeatball.com