apply_filters( 'bp_get_message_thread_view_link', string $value, int $thread_id, int $user_id )

Filters the permalink of a particular thread.


Description Description


Parameters Parameters

$value

Permalink of a particular thread.

$thread_id

ID of the thread.

$user_id

ID of the user.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.9.0 Added the $user_id parameter.
2.6.0 Added the $thread_id parameter.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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