WordPress – Filter users list count
There’s really not a ton of great hooks for this one. It uses the WP_Users_List_Table class and the views_users hook, which you could use to parse and replace the number. The hook gives us an array of links like so (even though it’s a flat array, the value is an link). Array ( [all] => … Read more