bp_messages_thread_after_exit
bp_messages_thread_after_exit
Appears in: buddypress.10.1.0, buddypress.10.2.0, buddypress.10.3.0, buddypress.10.4.0, buddypress.10.5.0, buddypress.10.6.0, buddypress.11.0.0, buddypress.11.1.0, buddypress.11.2.0, buddypress.11.3.1, buddypress.11.3.2, buddypress.11.4.0, buddypress.12.0.0, buddypress.12.1.1, buddypress.12.2.0, buddypress.12.3.0, buddypress.12.4.0, buddypress.12.4.1, buddypress.12.5.0, buddypress.12.5.1, buddypress.14.0.0, buddypress.14.1.0, buddypress.14.2.1, buddypress.14.3.3
Hook Type: action
Displaying hooks found in version: buddypress.14.3.3do_action('bp_messages_thread_after_exit') is found 1 times:
- /bp-messages/classes/class-bp-messages-thread.php line 658654655656657658659660661662663664
*
* @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.