Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save deplorableword/107532 to your computer and use it in GitHub Desktop.
Save deplorableword/107532 to your computer and use it in GitHub Desktop.
<?
require('wp-includes/registration.php');
$test = array ('ID' => $current_user->ID, 'user_pass' => 'cheese');
wp_update_user ($test);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment