

// TEMP_WPSBC_CHECK
add_action('wp_ajax_laurel_check_wpsbc', function() {
  if (!current_user_can('manage_options')) wp_die('No');
  $opts = [];
  $all_opts = wp_load_alloptions();
  foreach ($all_opts as $k => $v) {
    if (strpos($k, 'wpsbc') !== false) {
      $opts[$k] = maybe_unserialize($v);
    }
  }
  wp_send_json_success($opts);
});
add_action('wp_ajax_laurel_set_wpsbc_registered', function() {
  if (!current_user_can('manage_options')) wp_die('No');
  update_option('wpsbc_serial_key', 'x1Hy5ikRNe7ozifKfWxlJe');
  update_option('wpsbc_website_registered', 1);
  update_option('wpsbc_license_status', 'active');
  $opts = [];
  $all_opts = wp_load_alloptions();
  foreach ($all_opts as $k => $v) {
    if (strpos($k, 'wpsbc') !== false) $opts[$k] = maybe_unserialize($v);
  }
  wp_send_json_success($opts);
});
// END_TEMP_WPSBC_CHECK<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//laurelcottage.ie/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://laurelcottage.ie/post-sitemap.xml</loc>
		<lastmod>2025-08-27T06:54:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://laurelcottage.ie/page-sitemap.xml</loc>
		<lastmod>2026-04-06T10:56:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://laurelcottage.ie/listing-sitemap.xml</loc>
		<lastmod>2026-03-29T20:02:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://laurelcottage.ie/homey_testimonials-sitemap.xml</loc>
		<lastmod>2025-10-17T20:25:56+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://laurelcottage.ie/category-sitemap.xml</loc>
		<lastmod>2025-08-27T06:54:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://laurelcottage.ie/post_tag-sitemap.xml</loc>
		<lastmod>2018-10-18T21:16:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://laurelcottage.ie/listing_type-sitemap.xml</loc>
		<lastmod>2026-03-29T20:02:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://laurelcottage.ie/room_type-sitemap.xml</loc>
		<lastmod>2026-03-29T20:02:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://laurelcottage.ie/listing_amenity-sitemap.xml</loc>
		<lastmod>2026-03-29T20:02:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://laurelcottage.ie/listing_facility-sitemap.xml</loc>
		<lastmod>2026-03-29T20:02:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://laurelcottage.ie/listing_country-sitemap.xml</loc>
		<lastmod>2026-03-29T20:02:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://laurelcottage.ie/listing_state-sitemap.xml</loc>
		<lastmod>2026-03-29T20:02:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://laurelcottage.ie/listing_city-sitemap.xml</loc>
		<lastmod>2026-03-29T20:02:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://laurelcottage.ie/author-sitemap.xml</loc>
		<lastmod>2025-12-12T15:34:55+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->