bp_groups_set_group_type, $group_id, $group_type, $append
bp_groups_set_group_type, $group_id, $group_type, $append
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_groups_set_group_type, $group_id, $group_type, $append') is found 1 times:
- /bp-groups/bp-groups-functions.php line 3272
* @param int $group_id ID of the group whose group type has been updated. * @param string|array $group_type Group type or array of group types. * @param bool $append Whether the type is being appended to existing types. */ do_action( 'bp_groups_set_group_type', $group_id, $group_type, $append ); } return $retval; } /**