bp_nouveau_group_groups_widget_overrides( array $args = array() )

Filter the Groups widget to only keep the displayed group.

Description

Parameters

$args

(array) (Optional) The Groups Template arguments.

Default value: array()

Return

(array) The Groups Template arguments.

Source

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

function bp_nouveau_group_groups_widget_overrides( $args = array() ) {
	return array_merge( $args, array(
		'include' => bp_get_current_group_id(),
	) );
}

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.