apply_filters( 'bp_is_first_group_creation_step', bool $retval , array $steps , string $step )
Filters whether or not user is looking at first step in group creation process.
Parameters Parameters
- $retval
-
(bool) Whether or not we are looking at first step.
- $steps
-
(array) Array of steps from the group creation process.
- $step
-
(string) Step to compare.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.4.0 | Introduced. |