
<!-- wp:pattern {"slug":"twentytwentyfive/hero-full-width-image"} /-->
<!-- wp:pattern {"slug":"twentytwentyfive/heading-and-paragraph-with-image"} /-->
<!-- wp:pattern {"slug":"twentytwentyfive/banner-description-images-grid"} /-->
<!-- wp:pattern {"slug":"twentytwentyfive/text-faqs"} /-->
<!-- wp:pattern {"slug":"twentytwentyfive/contact-centered-social-link"} /-->
jQuery(document).ready(function () {
  jQuery('textarea[w3tc-data-validator="regexps"]').change(function () {
    var v = jQuery(this).val();
    var items = v.split("\n");

    for (var n = 0; n < items.length; n++) {
      var regexp = items[n].trim();
      if (regexp.length > 0) {
        try {
          new RegExp(regexp);
        } catch (e) {
          var error = "Contains invalid regexp " + regexp + ", please fix";
          console.log(error);
          jQuery(this)[0].setCustomValidity(error);
          return;
        }
      }
    }

    jQuery(this)[0].setCustomValidity("");
  });
});
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//shopus.amaliahomecollection.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://shopus.amaliahomecollection.com/post-sitemap.xml</loc>
	</sitemap>
	<sitemap>
		<loc>https://shopus.amaliahomecollection.com/page-sitemap.xml</loc>
		<lastmod>2021-08-12T09:34:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://shopus.amaliahomecollection.com/product-sitemap.xml</loc>
		<lastmod>2021-08-11T15:23:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://shopus.amaliahomecollection.com/banner-sitemap.xml</loc>
		<lastmod>2021-03-03T15:37:31+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->