mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-26 11:02:22 +08:00
https://wordpress.org/support/article/configuring-automatic-background-updates/#disable-emails-via-filter
1 line
63 B
Text
1 line
63 B
Text
add_filter( 'auto_core_update_send_email', '__return_false' );
|