&lt;?php

// Enqueue child theme style.css
add_action( &#039;wp_enqueue_scripts&#039;, function() {
    wp_enqueue_style( &#039;child-style&#039;, get_stylesheet_uri() );

    if ( is_rtl() ) {
    	wp_enqueue_style( &#039;mylisting-rtl&#039;, get_template_directory_uri() . &#039;/rtl.css&#039;, [], wp_get_theme()-&gt;get(&#039;Version&#039;) );
    }
}, 500 );

// Happy Coding :)

// Fix header skin sur les annonces
add_filter( 'mylisting/settings/header_skin', function( $value ) {
    if ( is_singular( 'case27_listing' ) ) {
        return 'light';
    }
    return $value;
} );<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//weekend-en-amoureux.fr/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://weekend-en-amoureux.fr/hello-world/</loc>
		<lastmod>2026-04-23T08:41:23+00:00</lastmod>
	</url>
</urlset>
<!-- XML Sitemap generated by Yoast SEO -->