apply_filters( 'bp_has_message_threads', bool $value , BP_Messages_Box_Template $messages_template , array $r )
Filters if there are any message threads to display in inbox/sentbox/notices.
Description Description
Parameters Parameters
- $value
-
Whether or not the message has threads.
- $messages_template
-
Current message box template object.
- $r
-
Array of parsed arguments passed into function.
Source Source
File: bp-messages/bp-messages-template.php
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |