bp_groups_remove_group_type, $group_id, $group_type
bp_groups_remove_group_type, $group_id, $group_type
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_groups_remove_group_type, $group_id, $group_type') is found 1 times:
- /bp-groups/bp-groups-functions.php line 3373
* * @param int $group ID of the group whose group type has been removed. * @param string $group_type Group type. */ do_action( 'bp_groups_remove_group_type', $group_id, $group_type ); } return $deleted; } /**