apply_filters( 'bp_get_activity_show_filters', string $output, array $filters, string $context )

Filters the HTML markup result for the activity filter dropdown.


Description Description


Parameters Parameters

$output

HTML output for the activity filter dropdown.

$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'.


Top ↑

Source Source

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


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.