bp_messages_thread_post_populate, $this, $r
bp_messages_thread_post_populate, $this, $r
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_messages_thread_post_populate, $this, $r') is found 1 times:
- /bp-messages/classes/class-bp-messages-thread.php line 236
* * @param BP_Messages_Thread $thread Current messages thread class. * @param array $r Array of paremeters. */ do_action( 'bp_messages_thread_post_populate', $this, $r ); } /** * Mark a thread initialized in this class as read. * * @since 1.0.0