How can 'admin_email' be set? 时间:2017-03-14 作者:billm 其中是的值admin_email 设置$email = get_option(\'admin_email\'); 我怎样才能改变它? 2 个回复 SO网友:ngearing 在Wordpress后端中,转到:Settings > General 以及现场\'Email Address\'.或者在php中:update\\u option(\'admin\\u email\',\'[email protected]\');https://codex.wordpress.org/Function_Reference/update_option SO网友:John Dee 从4.9开始,要求用户发送出站电子邮件,以便从后端更改管理电子邮件。如果无法发送出站电子邮件,则在没有自定义代码的情况下无法更改电子邮件。此插件将功能恢复到4.9之前的版本:Change Admin Email 文章导航