Skip to content

Instantly share code, notes, and snippets.

@mavinothkumar
Created September 2, 2019 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mavinothkumar/53c87bed7fc1dd14538090464e2257fe to your computer and use it in GitHub Desktop.
Save mavinothkumar/53c87bed7fc1dd14538090464e2257fe to your computer and use it in GitHub Desktop.
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