File: bp-notifications/bp-notifications-template.php |
Description |
|---|---|
| bp_get_the_notification_date_notified |
Filters the timestamp of the current notification. |
| bp_the_notification_time_since() |
Output the timestamp of the current notification. |
| bp_the_notification_component_action() |
Output the name of the action associated with the notification currently being iterated on. |
| bp_the_notification_item_id() |
Output the associated item ID of the notification currently being iterated on. |
| bp_get_the_notification_item_id() |
Return the associated item ID of the notification currently being iterated on. |
| bp_get_the_notification_item_id |
Filters the associated item ID of the notification currently being iterated on. |
| bp_the_notification_secondary_item_id() |
Output the secondary associated item ID of the notification currently being iterated on. |
| bp_get_the_notification_secondary_item_id() |
Return the secondary associated item ID of the notification currently being iterated on. |
| bp_get_the_notification_secondary_item_id |
Filters the secondary associated item ID of the notification currently being iterated on. |
| bp_the_notification_component_name() |
Output the name of the component associated with the notification currently being iterated on. |