admin管理员组文章数量:1327247
WordPress won't let me change my administration email address.
I've checked the spam folder and what's more I even changed the email in the mySQL and it still shows up...
Any idea how to kill off this error?
I took the advice of the below advice to find the following in the DB:
update wp_options set option_value='[email protected]' where option_name='admin_email' ;
I changed the above, saved it, and here's the evidence:
I had to cut off the email address after @ but you get the idea...
This is strange right?
Any other course of action I can take?
I tried clearing cache...
WordPress won't let me change my administration email address.
I've checked the spam folder and what's more I even changed the email in the mySQL and it still shows up...
Any idea how to kill off this error?
I took the advice of the below advice to find the following in the DB:
update wp_options set option_value='[email protected]' where option_name='admin_email' ;
I changed the above, saved it, and here's the evidence:
I had to cut off the email address after @ but you get the idea...
This is strange right?
Any other course of action I can take?
I tried clearing cache...
Share Improve this question edited Aug 4, 2020 at 1:38 Henry asked Aug 3, 2020 at 12:55 HenryHenry 9831 gold badge8 silver badges31 bronze badges1 Answer
Reset to default 0If you want to change the setting in General Settings > Administration Email Address, that comes from the admin_email
value in the wp_options
table. Change that with e.g.:
update wp_options set option_value='[email protected]' where option_name='admin_email' ;
本文标签: adminUnable to edit my quotAdministration Email Addressquot after mySQL editing
版权声明:本文标题:admin - Unable to edit my "Administration Email Address" after mySQL editing? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742212885a2434038.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论