bp_messages_thread_post_populate, $this, $r

bp_messages_thread_post_populate, $this, $r

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_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