#18802 closed enhancement (fixed)
New hooks when taxonomies and post_types are registered
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Post Types | Version: | 3.2.1 |
| Severity: | normal | Keywords: | has-patch westi-likes |
| Cc: | s1m0nd, sirzooro, scribu |
Description
These new hooks allow plugin and theme developers to react to post types and taxonomies being registered.
I've created the diffs with Git, and they look different to the SVN generated ones I'm used to, so let me know if they aren't acceptable.
Attachments (2)
Change History (6)
simonwheatley — 20 months ago
- Cc sirzooro added
+1 for this. Now the only way to register something for each post type (e.g. add custom column to post list) is to register hook for init action with high priority value, to make sure all custom post types and taxonomies are already registered.
- Keywords westi-likes added
- Milestone changed from Awaiting Review to 3.3
- Status changed from new to accepted
These sound like a great idea.
I'm half convinced to call this a bug not an enhancement ;)
- Resolution set to fixed
- Status changed from accepted to closed
In [18833]:
Note: See
TracTickets for help on using
tickets.

New hook registered_post_type for register_post_type