#43516 closed enhancement (fixed)
Allowing default category to be applied to all CPT associated to 'category' taxonomy
Reported by: | enrico.sorcinelli | Owned by: | whyisjake |
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | Taxonomy | Keywords: | has-unit-tests has-patch has-dev-note |
Focuses: | Cc: |
Description
This patch allows to apply the default category term also for post types that have the category
taxonomy, not only for post
.
It's not a too remote case to register new post type and associate it also with the category
taxonomy.
Currently in this case, the default_category
option value is never applied.
I sent two patches. The first one apply the default category term to all post types associated with the category
taxonomy.
If for legacy reason we don't want introduce any behaviour compatibility break - for example with third party plugins - I sent the second one that introduce a new default_category_post_types
filter allowing to define for which post types (in addition to post
) to set the default_category
.
Attachments (4)
Change History (21)
#2
@
6 years ago
- Milestone changed from Awaiting Review to 5.0
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
This ticket was mentioned in Slack in #core by enrico.sorcinelli. View the logs.
6 years ago
#7
@
5 years ago
- Milestone changed from 5.2 to 5.3
This ticket has not received any attention during the 5.2 cycle. With beta 1 tomorrow, going to punt this to 5.3.
#8
@
5 years ago
@SergeyBiryukov Can this be reasonably included for version 5.3 Beta 1 tomorrow? If not, can we punt this to 5.4?
#9
@
5 years ago
- Milestone changed from 5.3 to Future Release
With version 5.3 Beta 1 releasing shortly, this enhancement is being punted to Future Release
.
#10
@
4 years ago
I just refreshed patches (personally, I prefer the second one with the filter).
I hope the enhancement/fix will be added to 5.5 :-)
This ticket was mentioned in Slack in #core by enrico.sorcinelli. View the logs.
4 years ago
#13
@
4 years ago
- Owner changed from SergeyBiryukov to whyisjake
- Status changed from reviewing to accepted
#15
@
4 years ago
- Keywords needs-dev-note added
Marking this to be called out in the miscellaneous developer focused changes dev note.
Related: #43517