apply_filters( 'bp_get_the_notification_description', string $description , object $notification )
Filters the full-text description for a specific notification.
Parameters Parameters
- $description
-
(string) Full-text description for a specific notification.
- $notification
-
(object) Notification object.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Added the $notification parameter. |
1.9.0 | Introduced. |