BP_Nouveau_Groups::group_home_sidebar_set( string $sidebar_index = '' )

Add filters to be sure the (BuddyBoss) widgets display will be consistent with the current group’s default front page.

Description

Parameters

$sidebar_index

(Optional) The Sidebar identifier.

Default value: ''

Source

File: bp-templates/bp-nouveau/includes/groups/loader.php

151
152
153
154
155
156
157
158
159
160
public function group_home_sidebar_set( $sidebar_index = '' ) {
    if ( 'sidebar-buddypress-groups' !== $sidebar_index ) {
        return;
    }
 
    $this->is_group_home_sidebar = true;
 
    // Add needed filters.
    bp_nouveau_groups_add_home_widget_filters();
}

Changelog

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