Code-Snippets-Functions/Execute a function on a child site/WordPress/disable-plugins-auto-update-email.txt
2020-05-07 08:42:35 -06:00

1 line
67 B
Text

add_filter( 'send_plugins_auto_update_email', '__return_false' );