add_action('bp_before_group_body', 'avsa_chat_privado_por_grupo');

function avsa_chat_privado_por_grupo() {

    if ( ! bp_is_group() ) {
        return;
    }

    $group_id = bp_get_current_group_id();

    if ( empty($group_id) ) {
        return;
    }

    $channel = 'grupo_' . $group_id;

    echo '<div class="avsa-group-chat">';
    echo do_shortcode('[wise-chat channel="' . $channel . '" forcedchannel="' . $channel . '"]');
    echo '</div>';
}<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://angelievsangel.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://angelievsangel.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://angelievsangel.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://angelievsangel.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://angelievsangel.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
