%PDF- %PDF-
Direktori : /home/tradesc/www/relax/wp-content/mu-plugins/ |
Current File : /home/tradesc/www/relax/wp-content/mu-plugins/hostinger-mu-plugin.php |
<?php /** * Plugin Name: Disable Auto Updates * Description: Disables automatic theme, core, and plugin updates. */ // Disable automatic core updates add_filter('automatic_updater_disabled', '__return_true'); // Disable automatic theme updates add_filter('auto_update_theme', '__return_false'); // Disable automatic plugin updates add_filter('auto_update_plugin', '__return_false');