// CRITICAL SCRAPER PASS-THROUGH: If an AJAX trigger is requesting data, bypass the site header entirely if (isset($_GET['ajax_trigger']) && $_GET['ajax_trigger'] === 'run') { return; // Stops PREPEND.php from outputting your site layout/logo code } // Your normal PREPEND.php layout code continues right below here... ?>
