is_post_type_hierarchical( string $post_type )
Determines whether the post type is hierarchical.
Description
A false return value might also mean that the post type does not exist.
See also
Parameters
- $post_type
-
(Required) Post type name
Return
(bool) Whether post type is hierarchical.
Source
File: wp-includes/post.php
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |