Files
medicalalert-web-reloaded/wp/wp-content/mu-plugins/disable-plugin-updates.php
Tony Volpe 790b61c1bd * MAW-863: environment cleanup
* MAW-863: plugin install(vwo)
* MAW-869: Disable Auto-Update
2024-02-21 14:17:19 +00:00

8 lines
204 B
PHP

<?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' );