bp_nouveau_get_activity_filters_array( string $output = '', array $filters = array(), string $context = '' )

Make sure bp_get_activity_show_filters() will return the filters and the context instead of the output.

Description

Parameters

$output

(string) (Optional) HTML output

Default value: ''

$filters

(array) (Optional)

Default value: array()

$context

(string) (Optional)

Default value: ''

Return

(array)

Source

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

function bp_nouveau_get_activity_filters_array( $output = '', $filters = array(), $context = '' ) {
	return array(
		'filters' => $filters,
		'context' => $context,
	);
}

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.