#21224 closed enhancement (duplicate)
Allow remove_post_type_support() to take a $feature array
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | |
| Component: | Posts, Post Types | Keywords: | |
| Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
Patch