apply_filters( 'bp_get_the_message_thread_mark_unread_url', string $url , int $user_id )
Filters the URL used for marking a single message thread as unread.
Description Description
Parameters Parameters
- $url
-
URL used for marking a single message thread as unread.
- $user_id
-
ID of the user relative to whom the link should be generated.
Source Source
File: bp-messages/bp-messages-template.php
Changelog Changelog
Version | Description |
---|---|
2.9.0 | Added $user_id parameter. |
2.2.0 | Introduced. |