Code-Snippets-Functions/Execute a function on a child site/WordPress/disable-themes-auto-update-email.txt
2020-07-02 14:20:53 -06:00

1 line
62 B
Text

add_filter( 'themes_auto_update_enabled', '__return_false' );