In wordpress you can easily change the admin id to a name which is less hackable. But did you know this is of no use unless you have a huge user database with loads of dummy users in which you can hide your admin? I have seen many video’s and instructions telling you to create …
How to deal with this? 1) We have to tell WordPress a different error message on a false login First we add a filter to the authentication and within that filter we change the error report status. Instead of “invalid password” we return “invalid username” and thus misleading the wordpress system so it removes the …