bp_activity_show_filters( string $context = '' )

Display available filters depending on the scope.


Description Description


Parameters Parameters

$context

(Optional) The current context. 'activity', 'member', 'member_groups', 'group'.

Default value: ''


Top ↑

Source Source

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

function bp_activity_show_filters( $context = '' ) {
	echo bp_get_activity_show_filters( $context );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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