I'm trying through your API to get the associated social buddy boss group of a learn dash group. To be more clear, this is what I'd like to get:
I need a basic functions where I can pass the learndash group and get back the social buddyboss group.
I'm already at this point:
<?php
$current_course = learndash_get_course_id();
$group_id = learndash_get_course_groups($current_course);
?>
What I'd like to achieve is to add a simple link to the social group as you can see from this screenshot:
Please let me know if I was clear enough.
Thanks in advance, Have a wonderful day.