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.


Parameters Parameters

$value

(bool) Whether or not the message has threads.

$messages_template

(BP_Messages_Box_Template) Current message box template object.

$r

(array) Array of parsed arguments passed into function.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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