mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
3 lines
111 B
Text
3 lines
111 B
Text
$option_name = 'admin_email' ;
|
|
$new_value = 'site@sitedomain.com' ;
|
|
update_option( $option_name, $new_value );
|