is_post_type_hierarchical [ WordPress Function ]
is_post_type_hierarchical ( $post_type )
| Parameters: |
|
| See: | |
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: is_post_type_archive, is_taxonomy_hierarchical, get_post_type_archive_link, post_type_archive_title, _get_term_hierarchy
Whether the post type is hierarchical.
A false return value might also mean that the post type does not exist.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/is post type hierarchical « WordPress Codex
Description. This Conditional Tag checks if the post type is hierarchical. This is a boolean function, meaning it returns either TRUE or FALSE (A false return value ...
codex.wordpress.org - #12950 (Introduce is_post_type_hierarchical()) – WordPress Trac
Patch adds a new is_post_type_hierarchical() function to wp-includes/post.php. It accepts one parameter which can be the post type name, id, or a post object ...
core.trac.wordpress.org - Conditional Tags « WordPress Codex
is_post_type_hierarchical( $post_type ): Returns true if this $post_type has been set with hierarchical support when registered. is_post_type_hierarchical( 'book' ) ...
codex.wordpress.org - is_post_type_hierarchical({$post->post_type} - Adam R Brown
WordPress hook directory is_post_type_hierarchical({$post->post_type}. Important warning about variable hooks. Some hooks have variables in their names.
adambrown.info