Skip to content

Instantly share code, notes, and snippets.

@amityweb
Created January 15, 2018 15:59
Show Gist options
  • Save amityweb/28425190651b9afc6754a159aa9adb9a to your computer and use it in GitHub Desktop.
Save amityweb/28425190651b9afc6754a159aa9adb9a to your computer and use it in GitHub Desktop.
Show All Wprdpress Users
/***********************
CHANGE USER PASS
Function to programmatically change the users password if you know the ID, and do not have access to the admin interface
***********************/
wp_set_password( 'yourpassword', id ); //
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment