[wp-trac] [WordPress Trac] #56129: Author Dropdown menu missing in Quick Edit
WordPress Trac
noreply at wordpress.org
Sat Jul 2 02:03:07 UTC 2022
#56129: Author Dropdown menu missing in Quick Edit
-------------------------------------+------------------------------
Reporter: iheartdogs | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Quick/Bulk Edit | Version: 6.0
Severity: normal | Resolution:
Keywords: reporter-feedback close | Focuses: performance
-------------------------------------+------------------------------
Changes (by TimothyBlynJacobs):
* keywords: => reporter-feedback close
* focuses: => performance
Comment:
Does your site have more than 10k users @iheartdogs? If so, as of WP 6.0
your site would be flagged as having a large user count. When this
happens, the Quick Edit author dropdown is not rendered to avoid expensive
database queries.
You can turn off this functionality with the following code snippet.
{{{#!php
add_filter( 'wp_is_large_user_count', '__return_false' );
}}}
You can read more about this change in it's
[https://make.wordpress.org/core/2022/05/02/performance-increase-for-
sites-with-large-user-counts-now-also-available-on-single-site/ dev note].
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56129#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list