Skip to content

Instantly share code, notes, and snippets.

@jaworowicz
Created October 21, 2019 13:27
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 jaworowicz/225bd9449a74a12d44374e63d85c138b to your computer and use it in GitHub Desktop.
Save jaworowicz/225bd9449a74a12d44374e63d85c138b to your computer and use it in GitHub Desktop.
WordPress login Fake Error. https://jaworowi.cz
function jcz_fake_error(){
return 'Błąd';
}
add_filter( 'login_errors', 'jcz_fake_error' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment