add_action('init', function() { if ($_SERVER['REQUEST_URI'] === '/llms.txt') { header('Content-Type: text/plain; charset=utf-8'); readfile(ABSPATH . 'llms.txt'); exit; } }, 1);

... Skip to main content