bp_nouveau_group_activity_widget_overrides( array $args = array() )

Filter the Latest activities Widget to only keep the one of the group displayed


Description Description


Parameters Parameters

$args

(Optional) The Activities Template arguments.

Default value: array()


Top ↑

Return Return

(array) The Activities Template arguments.


Top ↑

Source Source

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

function bp_nouveau_group_activity_widget_overrides( $args = array() ) {
	return array_merge( $args, array(
		'object'     => 'groups',
		'primary_id' => bp_get_current_group_id(),
	) );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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