Skip to content

Instantly share code, notes, and snippets.

@raewrites
Last active March 19, 2018 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save raewrites/75bad1284aa849f8b307 to your computer and use it in GitHub Desktop.
Save raewrites/75bad1284aa849f8b307 to your computer and use it in GitHub Desktop.
Remove Default Authentication
//remove wordpress authentication
remove_filter('authenticate', 'wp_authenticate_username_password', 20);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment