apply_filters( 'bp_user_can_create_groups', bool $can_create , int $restricted )
Filters if the current logged in user can create groups.
Description Description
Parameters Parameters
- $can_create
-
Whether the person can create groups.
- $restricted
-
Whether or not group creation is restricted.
Source Source
File: bp-groups/bp-groups-template.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |