Opened 20 months ago

Closed 20 months ago

Last modified 20 months ago

#18802 closed enhancement (fixed)

New hooks when taxonomies and post_types are registered

Reported by: simonwheatley Owned by: westi
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)

new_hook.diff (403 bytes) - added by simonwheatley 20 months ago.
New hook registered_post_type for register_post_type
new_tax_hook.diff (458 bytes) - added by simonwheatley 20 months ago.
New hook registered_taxonomy for register_taxonomy

Download all attachments as: .zip

Change History (6)

New hook registered_post_type for register_post_type

New hook registered_taxonomy for register_taxonomy

  • 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]:

Fire an action when a post type or taxonomy is registered so plugins can react. Fixes #18802 props simonwheatley.

  • Cc scribu added
Note: See TracTickets for help on using tickets.