bp_group_creation_stage_title()

Output group creation step title.

Description

Source

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

5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
function bp_group_creation_stage_title() {
    $bp = buddypress();
 
    /**
     * Filters the group creation stage title.
     *
     * @since BuddyPress 1.1.0
     *
     * @param string $value HTML markup for the group creation stage title.
     */
    echo apply_filters( 'bp_group_creation_stage_title', '<span>- ' . $bp->groups->group_creation_steps[bp_get_groups_current_create_step()]['name'] . '</span>' );
}

Changelog

Changelog
Version Description
BuddyPress 1.0.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.