apply_filters( 'bp_messages_thread_current_threads', array $value )
Filters the results of the query for a user’s message threads.
Description Description
Parameters Parameters
- $value
-
- 'threads'
(array) Array of threads. Passed by reference. - 'total_threads'
(int) Number of threads found by the query.
- 'threads'
Source Source
File: bp-messages/classes/class-bp-messages-thread.php
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |