apply_filters( 'bp_get_the_message_thread_mark_read_url', string $url , int $user_id )
Filters the URL used for marking a single message thread as read.
Description Description
Parameters Parameters
- $url
-
URL used for marking a single message thread as read.
- $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.2.0 | Introduced. |