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.


Description Description


Parameters Parameters

$retval

Whether or not we are looking at first step.

$steps

Array of steps from the group creation process.

$step

Step to compare.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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