Send Admin Emails to Multiple Email Addresses

Try this:

update_option( 'admin_email', '[email protected], [email protected]' );

Note that the value is a string; open and close quotes only!

Leave a Comment