Opened 9 years ago
Last modified 6 years ago
#36237 new enhancement
Add filter for post statuses in quickedit
Reported by: | kakomap | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.4.2 |
Component: | Posts, Post Types | Keywords: | has-patch needs-testing |
Focuses: | administration | Cc: |
Description (last modified by )
To make changes to the quick edit status list, one has to use JS or action quick_edit_custom_box to add extra fields. In instances where some of the statuses need to be removed, JS is required.
I propose that the statuses in wp-admin/includes/class-wp-posts-list-table.php (line 1284-1300) be stored in an array then filtered using quick_edit_statuses before the array is iterated through to create the select options.
I'm available to submit a patch that does this
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Quick Edits