do_action( 'bp_groups_set_group_type', int $group_id, string|array $group_type, bool $append )

Fires just after a group type has been changed.


Description Description


Parameters Parameters

$group_id

ID of the group whose group type has been updated.

$group_type

Group type or array of group types.

$append

Whether the type is being appended to existing types.


Top ↑

Source Source

File: bp-groups/bp-groups-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.