bp_messages_thread_after_exit, $thread_id, $user_id
bp_messages_thread_after_exit, $thread_id, $user_id
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_messages_thread_after_exit, $thread_id, $user_id') is found 1 times:
- /bp-messages/classes/class-bp-messages-thread.php line 658
* * @param int $thread_id ID of the thread being deleted. * @param int $user_id ID of the user the threads were deleted for. */ do_action( 'bp_messages_thread_after_exit', $thread_id, $user_id ); return true; } /** * Get current message threads for a user.