[wp-trac] [WordPress Trac] #42474: bulk_edit_posts should honor the show_in_quick_edit property of taxonomies
WordPress Trac
noreply at wordpress.org
Wed Nov 8 20:20:09 UTC 2017
#42474: bulk_edit_posts should honor the show_in_quick_edit property of taxonomies
-----------------------------+-----------------------------
Reporter: Chouby | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Quick/Bulk Edit | Version: 4.2
Severity: normal | Keywords:
Focuses: performance |
-----------------------------+-----------------------------
When bulk editing posts, several database queries are related to
taxonomies for which `show_in_quick_edit` is set to false. Since the terms
are not modified, these queries uselessly harm the performance.
This is because `bulk_edit_posts` does not check this property when
building arguments to pass to `wp_update_post`.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42474>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list