Skip to content

Instantly share code, notes, and snippets.

@ddbs
Created March 7, 2014 02:27
Show Gist options
  • Save ddbs/9403929 to your computer and use it in GitHub Desktop.
Save ddbs/9403929 to your computer and use it in GitHub Desktop.
wordpress security: remove error log messages
add_filter('login_errors',create_function('$a', "return null;"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment