#18802 closed enhancement (fixed)
New hooks when taxonomies and post_types are registered
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.3 | Priority: | normal |
| Severity: | normal | Version: | 3.2.1 |
| Component: | Posts, Post Types | Keywords: | has-patch westi-likes |
| Focuses: | Cc: |
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)
#1
@
14 years 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.
Note: See
TracTickets for help on using
tickets.
New hook
registered_post_typeforregister_post_type