apply_filters( 'bp_notifications_get_meta', mixed $retval , int $notification_id , string $meta_key , bool $single )
Filters the metadata for a specified notification item.
Description Description
Parameters Parameters
- $retval
-
The meta values for the notification item.
- $notification_id
-
ID of the notification item.
- $meta_key
-
Meta key for the value being requested.
- $single
-
Whether to return one matched meta key row or all.
Source Source
File: bp-notifications/bp-notifications-functions.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |