Code-Snippets-Functions/Execute a function on a child site/WordPress/disable-plugin-auto-updates.txt
2020-07-02 14:18:56 -06:00

1 line
63 B
Text

add_filter( 'plugins_auto_update_enabled', '__return_false' );