Skip to content

Instantly share code, notes, and snippets.

@uaibo
Last active February 23, 2022 14:43
Show Gist options
  • Save uaibo/e799cdb9a3ca5a7aba570bfd79ef05e6 to your computer and use it in GitHub Desktop.
Save uaibo/e799cdb9a3ca5a7aba570bfd79ef05e6 to your computer and use it in GitHub Desktop.
UPDATE wp_users SET user_email = 'info@example.com' WHERE ID = 1;
UPDATE wp_options SET option_value = 'info@example.com' WHERE option_name = 'admin_email';
UPDATE wp_options SET option_value = 'info@example.com' WHERE option_name = 'new_admin_email';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment