apply_filters( 'bp_get_activity_show_filters_options', array $filters , string $context )
Filters the options available in the activity filter dropdown.
Description Description
Parameters Parameters
- $filters
-
Array of filter options for the given context, in the following format: $option_value => $option_name.
- $context
-
Context for the filter. 'activity', 'member', 'member_groups', 'group'.
Source Source
File: bp-activity/bp-activity-template.php
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |