Skip to content

Instantly share code, notes, and snippets.

@ohadcn
Created November 26, 2015 22:45
Show Gist options
  • Save ohadcn/f394346b91f2f9efaf3b to your computer and use it in GitHub Desktop.
Save ohadcn/f394346b91f2f9efaf3b to your computer and use it in GitHub Desktop.
<?
include_once('./wp-load.php');
echo(wp_hash_password($argv[1]));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment