Skip to content

Instantly share code, notes, and snippets.

@jjmss
Created June 25, 2021 07:59
Show Gist options
  • Save jjmss/387a8b52010d364982feef375893fb4a to your computer and use it in GitHub Desktop.
Save jjmss/387a8b52010d364982feef375893fb4a to your computer and use it in GitHub Desktop.
When added to your bookmarks, you can use this to get to the login page of wordpress
javascript:(function(){x=window.location.origin+'/wp-login.php?redirect_to='+encodeURIComponent(window.location.href)+'&action=sign-out';if(!window.open(x))location.href=x})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment