Reply To: Members not able to email other groups


Home Forums Front End PM PRO Members not able to email other groups Reply To: Members not able to email other groups

#21180
David Keene
Participant

Hi Shamim

Thanks for your help with this issue, i have added the following code but find that one group called instructors appears twice probably because i am in that group as well as opening it up for general users

/* Added for FRONTEND PM - email groups*/
    add_filter( 'fep_get_user_groups', function( $user_groups, $user_id ){
    $user_groups['committee-members'] = 'Committee Members';
    $user_groups['Instructors'] = 'Instructors';
    return $user_groups;
}, 10, 2);

I have attached a screenshot showing the issue.

hope you can help

Regards
Dave.

Attachments:
You must be logged in to view attached files.