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.


Parameters Parameters

$url

(string) URL used for marking a single message thread as unread.

$user_id

(int) ID of the user relative to whom the link should be generated.


Source Source

File: bp-messages/bp-messages-template.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.9.0 Added $user_id parameter.
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.