apply_filters( 'bp_messages_thread_current_threads', array $value )

Filters the results of the query for a user’s message threads.


Parameters Parameters

$value

(array)

  • 'threads'
    (array) Array of threads. Passed by reference.
  • 'total_threads'
    (int) Number of threads found by the query.


Source Source

File: bp-messages/classes/class-bp-messages-thread.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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