apply_filters( 'bp_get_activity_filter_links', string $value , array $r )
Filters all of the constructed filter links.
Description Description
Parameters Parameters
- $value
-
All of the links to be displayed to the user.
- $r
-
Array of parsed arguments.
Source Source
File: bp-activity/bp-activity-template.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Added the $r parameter. |
1.1.0 | Introduced. |