Group Option

This action runs when a group is added or edited and can be used for adding additional group options in the group settings.

 do_action('profile_magic_group_option',$id,$group_options);

$id is the ID of the Group that has just been added or updated.

$group_options is an array of data associated with the group options, such as group type, group page, group price, etc.