How can ‘admin_email’ be set?

In WordPress backend go to: Settings > General and the field ‘Email Address’.

Or in php: update_option(‘admin_email’, ‘[email protected]’);
https://codex.wordpress.org/Function_Reference/update_option

Leave a Comment