bp_messages_exit_thread
bp_messages_exit_thread
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, buddypress.14.3.4
Hook Type: action
See hook in action
Displaying hooks found in version: buddypress.14.3.4do_action('bp_messages_exit_thread') is found 2 times:
- /bp-messages/bp-messages-functions.php line 858854855856857858859860861862863864
*
* @param int|
array
Thread ID
or
array
of thread IDs that were deleted.
* @param int ID of the user that the threads were deleted
for
.
*/
do_action(
'bp_messages_exit_thread'
,
$thread_ids
,
$user_id
);
return
true;
}
else
{
if
( ! BP_Messages_Thread::exit_thread(
$thread_ids
,
$user_id
) ) {
return
false;
}
- /bp-messages/bp-messages-functions.php line 867
Warning: Undefined array key 871 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 872 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
863864865866867868869870871return
false;
}
/** This action is documented in bp-messages/bp-messages-functions.php */
do_action(
'bp_messages_exit_thread'
,
$thread_ids
,
$user_id
);
return
true;
}
}