简体   繁体   中英

How to update wp bloginfo('admin_email') via php?

Hi I am using manageWP and the admin email address for all sites has changed. I know how to view the admin email address, however I can't seem to find anywhere how to update it.

I did find this, however the pages says that it is not intended to be run directly.

https://codex.wordpress.org/Function_Reference/update_option_new_admin_email

Any insight?

update_site_option( 'admin_email', 'email@site.com' );

如果有人需要它,这就是它的作用。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM