apply_filters( 'bp_nouveau_ajax_get_thread_message_meta', array $message_meta , array $message )
Filter here to include your meta data to one or more messages of the thread.
Description Description
Parameters Parameters
- $message_meta
-
An associative array keyed using the meta_key.
- $message
-
The current message in the loop.
Source Source
File: bp-templates/bp-nouveau/includes/messages/ajax.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |