Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#44733 closed enhancement (fixed)

Add `un|registered_taxonomy_for_object_type` action

Reported by: soulseekah Owned by: boonebgorges
Priority: normal Milestone: 5.1
Component: Taxonomy Version:
Severity: normal Keywords: needs-patch
Cc: Focuses:

Description

To go along with registered_taxonomy and unregistered_taxonomy.

Attachments (1)

44733.diff (1.1 KB ) - added by soulseekah 8 years ago.

Download all attachments as: .zip

Change History (13)

@soulseekah
8 years ago

#1 @swissspidy
8 years ago

  • Milestone Awaiting Review5.0

#2 @boonebgorges
8 years ago

  • Owner set to boonebgorges
  • Resolutionfixed
  • Status newclosed

In 43558:

Taxonomy: Introduce new hooks when registering/unregistering taxonomies for object types.

Props soulseekah.
Fixes #44733.

#3 @mihdan
8 years ago

Thanks, @soulseekah, this hook was not enough for us

#4 @SergeyBiryukov
8 years ago

  • Keywords fixed-major added
  • Milestone 5.04.9.9
  • Resolution fixed
  • Status closedreopened

Reopening for 4.9.9 consideration.

#5 @SergeyBiryukov
8 years ago

In 43631:

Docs: Update @since version for (un)registered_taxonomy_for_object_type actions introduced in [43558].

See #44733.

#6 @SergeyBiryukov
8 years ago

  • Resolutionfixed
  • Status reopenedclosed

In 43632:

Taxonomy: Introduce new hooks when registering/unregistering taxonomies for object types.

Props soulseekah.
Merges [43558] and [43631] to the 4.9 branch.
Fixes #44733.

#7 @pento
8 years ago

  • Resolution fixed
  • Status closedreopened

[43632] needs to be reverted from the 4.9 branch, after which this ticket can be moved to the 5.0.1 milestone.

trunk will need to be updated to reflect the new version.

#8 @boonebgorges
8 years ago

In 43690:

Revert [43632] from the 4.9 branch.

These new hooks are not part of the 4.9.x scope, and will be reintroduced
as part of 5.0.x.

See #44733.

#9 @boonebgorges
8 years ago

  • Milestone 4.9.95.0.1

I've reverted [43632] from the 4.9 branch. See [43690].

trunk will need to be updated to reflect the new version.

To avoid having to make the change more than once, I'll leave this ticket open, and the since param can be updated once the 5.0.1 scope is locked in.

#10 @pento
8 years ago

  • Milestone 5.0.15.0.2

#11 @pento
8 years ago

  • Keywords needs-patch added; has-patch fixed-major removed
  • Milestone 5.0.25.1

With 5.1 only a couple of months away, let's just do it there. The docs need updating.

#12 @boonebgorges
8 years ago

  • Resolutionfixed
  • Status reopenedclosed

In 44321:

Update @since tag on taxonomy hooks to be introduced in 5.1.0.

The hooks were added in [43558] but pulled from the 4.9.x and 5.0.x series.

Fixes #44733.

Note: See TracTickets for help on using tickets.