Skip to content

Instantly share code, notes, and snippets.

@tanshio
Created June 2, 2015 20:19
Show Gist options
  • Save tanshio/713c2e39ff44de7f3271 to your computer and use it in GitHub Desktop.
Save tanshio/713c2e39ff44de7f3271 to your computer and use it in GitHub Desktop.
welcart-acf.js
javascript:(function (){var url = location.href,result = url.match(/&post=(.*)&/),protocol = location.protocol+'//',host = location.host+'/';location.href = protocol + host + 'wp-admin/post.php?post=' + result[1] + '&action=edit'})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment