function asfsa_get_societe_table_shortcode() {
    $user_id = get_current_user_id();
    $societe = get_user_meta($user_id, 'societe_nom', true);
    
    $map = [
        'Association Go Tandem'               => '[wpdatatable id=4]',
        'Association Differences Solidaires'  => '[wpdatatable id=5]',
        'Association CapDenho'                => '[wpdatatable id=6]',
        'Fondation Loisirs pour Tous'         => '[wpdatatable id=7]',
        'Fun For All'                         => '[wpdatatable id=8]',
    ];
    
    if ( isset($map[$societe]) ) {
        return do_shortcode($map[$societe]);
    } else {
        return '<p>Aucun tableau trouvé.</p>';
    }
}
add_shortcode('asfsa_collaborateurs', 'asfsa_get_societe_table_shortcode');<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://espacemembresasfsa.ch/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://espacemembresasfsa.ch/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://espacemembresasfsa.ch/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://espacemembresasfsa.ch/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://espacemembresasfsa.ch/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
