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

File: bp-notifications/bp-notifications-template.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Added the $notification parameter.
1.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.