“User by Role” numbers hidden
-
Since WordPress 6.0 the user per role numbers are hidden in systems with more than 10.000 users.
There seems to be a hook to increase that limit.
https://www.ads-software.com/support/topic/users-count-not-showing-2/
I added:add_filter('wp_is_large_user_count', function () { return 50000; }, 10, 0);
To my themes functions.php but I still don′t see the numbers.
How do I get the numbers back?The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘“User by Role” numbers hidden’ is closed to new replies.