WordPress has a trash for users? (Wrong result for count_user, greater than expected)
No, the user system does not have a trash (this is the default, obviously you can add pretty anything). My problem was caused by users meta… If you take a look at the the function count_users (located in wp-includes/user.php), you’ll see some comments there. It says that the function: Assumes there are neither duplicated nor … Read more