| Server IP : 178.212.43.201 / Your IP : 10.100.0.33 Web Server : Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k System : Linux spa0007.srv.paxillus.pl 5.4.17-2136.355.3.1.el8uek.x86_64 #3 SMP Sat May 9 17:11:55 PDT 2026 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/springup/wp-content/mu-plugins/ |
Upload File : |
<?php
/*
Plugin Name: WordPress automation by >Aplikacje_cyberFolks
Description: Management of this WordPress site is provided by >Aplikacje_cyberFolks.
*/
// This plugin was added because Automatic Updates, Automatic Backups, and
// other features are managed externally by >Aplikacje_cyberFolks.
// To block this plugin, create an empty file in the same directory named:
// block-automation-by-installatron.php
// Turn off WordPress automatic updates since these are managed externally.
// If you remove this to re-enable WordPress's automatic updates then it's
// advised to disable auto-updating in >Aplikacje_cyberFolks.
add_filter( 'automatic_updater_disabled', '__return_true', -9999 );
// Disable WordPress site health test for Automatic Updates since these are
// managed externally by >Aplikacje_cyberFolks.
function installatron_filter_site_status_tests($tests) {
unset($tests['async']['background_updates']);
return $tests;
}
add_filter('site_status_tests', 'installatron_filter_site_status_tests');