function winners_template_redirect() { if ( is_page('winners-pl') ) { $file = ABSPATH . 'wp-content/uploads/2026/04/WINNERS-2.html'; if ( file_exists($file) ) { header('Content-Type: text/html; charset=UTF-8'); readfile($file); exit; } } } add_action('template_redirect', 'winners_template_redirect', 1);