bp_the_notification_mark_link( int $user_id )
Output the mark link for the current notification.
Description Description
Parameters Parameters
- $user_id
-
(Required) The user ID.
Source Source
File: bp-notifications/bp-notifications-template.php
function bp_the_notification_mark_link( $user_id = 0 ) {
echo bp_get_the_notification_mark_link( $user_id );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | Added $user_id as a parameter. |
| 1.9.0 | Introduced. |