This action runs just after a Group setting is updated.
do_action('ProfileGrid_after_update_group_setting',$gid,$data,$group_options);
$gid is the ID of the Group that has just been updated.
$data is an array of data associated with the group, such as group limit, group leader, show success message, success message, etc.
$group_options is an array of data associated with the group options, such as group type, group page, group price, etc.