bp_groups_register_group_types()
Fire the ‘bp_groups_register_group_types’ action.
Description
Source
File: bp-groups/bp-groups-functions.php
function bp_groups_register_group_types() { /** * Fires when it's appropriate to register group types. * * @since BuddyPress 2.6.0 */ do_action( 'bp_groups_register_group_types' ); }
Changelog
Version | Description |
---|---|
BuddyPress 2.6.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.