Last active
February 23, 2022 14:43
-
-
Save uaibo/e799cdb9a3ca5a7aba570bfd79ef05e6 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
UPDATE wp_users SET user_email = '[email protected]' WHERE ID = 1; | |
UPDATE wp_options SET option_value = '[email protected]' WHERE option_name = 'admin_email'; | |
UPDATE wp_options SET option_value = '[email protected]' WHERE option_name = 'new_admin_email'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment