
// Forcer l'affichage du shortcode si l'extension COM GK bloque l'affichage
add_shortcode('charitable_donation_form', function($atts) {
    if ( ! class_exists('Charitable') ) return 'Le plugin Charitable principal est désactivé.';
    
    $atts = shortcode_atts( array(
        'campaign_id' => false,
    ), $atts, 'charitable_donation_form' );

    if ( ! $atts['campaign_id'] ) return 'ID de campagne manquant.';

    ob_start();
    $campaign = charitable_get_campaign( $atts['campaign_id'] );
    if ( $campaign ) {
        // Force l'affichage du formulaire natif de Charitable
        charitable_template( 'donation-form/donation-form.php', array( 'campaign' => $campaign ) );
    }
    return ob_get_clean();
});

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//comgksavar.org/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://comgksavar.org/post-sitemap.xml</loc>
		<lastmod>2026-09-16T16:12:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://comgksavar.org/page-sitemap.xml</loc>
		<lastmod>2026-09-18T10:39:48+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://comgksavar.org/campaign-sitemap.xml</loc>
		<lastmod>2026-09-18T11:41:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://comgksavar.org/category-sitemap.xml</loc>
		<lastmod>2026-09-16T16:12:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://comgksavar.org/post_tag-sitemap.xml</loc>
		<lastmod>2026-09-16T16:12:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://comgksavar.org/author-sitemap.xml</loc>
		<lastmod>2026-07-01T09:29:46+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->