bp_the_notification_action_links( array|string $args = '' )
Output the action links for the current notification.
Description Description
Parameters Parameters
- $args
-
(Optional) Array of arguments.
Default value: ''
Source Source
File: bp-notifications/bp-notifications-template.php
function bp_the_notification_action_links( $args = '' ) {
echo bp_get_the_notification_action_links( $args );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | Added $user_id as a parameter to $args. |
| 1.9.0 | Introduced. |