#43516 closed enhancement (fixed)
Allowing default category to be applied to all CPT associated to 'category' taxonomy
| Reported by: | enrico.sorcinelli | Owned by: | whyisjake |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.5 |
| Component: | Taxonomy | Version: | 5.1 |
| Severity: | normal | Keywords: | has-unit-tests has-patch has-dev-note |
| Cc: | Focuses: |
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)
This ticket was mentioned in Slack in #core by enrico.sorcinelli. View the logs.
8 years ago
#7
@
7 years ago
- Milestone 5.2 → 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
@
7 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
@
7 years ago
- Milestone 5.3 → Future Release
With version 5.3 Beta 1 releasing shortly, this enhancement is being punted to Future Release.
#10
@
6 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.
6 years ago
#15
@
6 years ago
- Keywords needs-dev-note added
Marking this to be called out in the miscellaneous developer focused changes dev note.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Related: #43517