bp_notifications_read_permalink( int $user_id )
Output the read notifications permalink for a user.
Parameters Parameters
- $user_id
-
(int) (Required) The user ID.
Source Source
File: bp-notifications/bp-notifications-template.php
function bp_notifications_read_permalink( $user_id = 0 ) { echo bp_get_notifications_read_permalink( $user_id ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Added $user_id as a parameter. |
1.9.0 | Introduced. |