Created
January 15, 2018 15:59
-
-
Save amityweb/28425190651b9afc6754a159aa9adb9a to your computer and use it in GitHub Desktop.
Show All Wprdpress Users
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*********************** | |
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