/**
 * Notices WooCommerce — auto-fermeture des messages de succès.
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

add_action( 'wp_enqueue_scripts', 'pm_notices_assets', 25 );
function pm_notices_assets() {
	$path = get_stylesheet_directory() . '/assets/notices.js';
	if ( ! file_exists( $path ) ) {
		return;
	}
	wp_enqueue_script(
		'pm-notices',
		get_stylesheet_directory_uri() . '/assets/notices.js',
		array(),
		filemtime( $path ),
		true
	);
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//petite-mer.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://petite-mer.com/page-sitemap.xml</loc>
		<lastmod>2026-07-13T17:42:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://petite-mer.com/product-sitemap.xml</loc>
		<lastmod>2026-07-10T11:51:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://petite-mer.com/product_cat-sitemap.xml</loc>
		<lastmod>2026-07-10T11:51:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://petite-mer.com/product_tag-sitemap.xml</loc>
		<lastmod>2026-07-08T14:56:20+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://petite-mer.com/product_collection-sitemap.xml</loc>
		<lastmod>2026-07-10T11:51:38+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->