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