#12950 closed enhancement (fixed)
Introduce is_post_type_hierarchical()
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | Cc: |
Description
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 and it will return a boolean result.
Attachments (1)
Change History (5)
#2
@
13 years ago
Leaving this open for implementation throughout WordPress.
I changed the patch slightly, adding a few sanity checks to prevent PHP Warnings (Accessing non-existant properties, attempting to use a object as a array indicy, etc)
Note: See
TracTickets for help on using
tickets.
(In [14053]) Introduce is_post_type_hierarchical(). Props ptahdunbar. See #12950