apply_filters( 'bp_activity_get_activity_id', BP_Activity_Activity $value , array $r , array $args )
Filters the activity ID being requested.
Parameters Parameters
- $value
-
(BP_Activity_Activity) ID returned by BP_Activity_Activity get_id() method with provided arguments.
- $r
-
(array) Parsed function arguments.
- $args
-
(array) Arguments passed to the function.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Added the $r and $args parameters. |
1.2.0 | Introduced. |