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.


Top ↑

Source Source

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


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.