* MAW-863: environment cleanup
* MAW-863: plugin install(vwo) * MAW-869: Disable Auto-Update
This commit is contained in:
8
wp/wp-content/mu-plugins/disable-plugin-updates.php
Normal file
8
wp/wp-content/mu-plugins/disable-plugin-updates.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/*
|
||||
Plugin Name: Disable Plugin Updates
|
||||
Description: Disable automatic updates for plugins.
|
||||
*/
|
||||
|
||||
add_filter('auto_update_plugin', '__return_false');
|
||||
add_filter('auto_update_theme', '__return_false' );
|
||||
Reference in New Issue
Block a user