#12950 closed enhancement (fixed)
Introduce is_post_type_hierarchical()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Post Types | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| 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)
ptahdunbar — 3 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)
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

(In [14053]) Introduce is_post_type_hierarchical(). Props ptahdunbar. See #12950