Created
September 2, 2019 08:37
-
-
Save mavinothkumar/53c87bed7fc1dd14538090464e2257fe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter('illegal_user_logins', 'fed_illegal_user_logins'); | |
/** | |
* @return array | |
*/ | |
function fed_illegal_user_logins() | |
{ | |
return array('user', 'ban', 'message'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment