This action is for adding options for users at the front end on the group page for Group Managers.
do_action('pm_cog_option',$user_id,$gid);
$gid is the ID of the group.
$user_id is the user id.
This action is for adding options for users at the front end on the group page for Group Managers.
do_action('pm_cog_option',$user_id,$gid);
$gid is the ID of the group.
$user_id is the user id.