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