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: ''
Source Source
File: bp-activity/bp-activity-template.php
function bp_activity_show_filters( $context = '' ) { echo bp_get_activity_show_filters( $context ); }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |