#21224 closed enhancement (duplicate)
Allow remove_post_type_support() to take a $feature array
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Post Types | Version: | |
| Severity: | minor | Keywords: | |
| Cc: |
Description
add_post_type_support() already allows a single $feature string or array to be added at once. It would be nice not to have to call remove_post_type_support() multiple times just to remove multiple supports.
If this was specifically done this way for a reason, I'm all ears.
Attachments (1)
Change History (4)
DrewAPicture — 11 months ago
comment:1
DrewAPicture — 11 months ago
- Keywords has-patch added
comment:2
DrewAPicture — 11 months ago
- Cc DrewAPicture removed
- Keywords has-patch removed
- Resolution set to duplicate
- Status changed from new to closed
My bad, duplicate of #14077.
comment:3
SergeyBiryukov — 11 months ago
- Milestone Awaiting Review deleted
Note: See
TracTickets for help on using
tickets.

Patch