Skip to content

Instantly share code, notes, and snippets.

@LaboratorioEfe5
Last active November 15, 2016 17:13
Show Gist options
  • Save LaboratorioEfe5/6997464 to your computer and use it in GitHub Desktop.
Save LaboratorioEfe5/6997464 to your computer and use it in GitHub Desktop.
Bookmarktlet Simple para lanzar el panel de control de wordpress desde cualquier página de un site construido con este CMS. Para utilizarlo crear un nuevo favorito con el código proporcionado.
javascript:(function(){host=window.location.hostname;window.open("http://"+host+"/wp-admin");})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment