Skip to content

Instantly share code, notes, and snippets.

@norcross
Created October 14, 2012 14:49
Show Gist options
  • Save norcross/3888813 to your computer and use it in GitHub Desktop.
Save norcross/3888813 to your computer and use it in GitHub Desktop.
open WP admin bookmarklet
// note this only works when on the base URL of the site
javascript:(function(){window.open(window.location+'/wp-login.php');})();
@jtsternberg
Copy link

Revised version that doesn't require you to be on the base url: https://gist.github.com/4594833

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment