apply_filters( 'bp_activity_get_meta', mixed $retval , int $activity_id , string $meta_key , bool $single )
Filters the metadata for a specified activity item.
Parameters Parameters
- $retval
-
(mixed) The meta values for the activity item.
- $activity_id
-
(int) ID of the activity item.
- $meta_key
-
(string) Meta key for the value being requested.
- $single
-
(bool) Whether to return one matched meta key row or all.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |