do_action( 'bp_messages_thread_before_delete', int $thread_id, array $message_ids )

Fires before an entire message thread is deleted.


Description Description


Parameters Parameters

$thread_id

ID of the thread being deleted.

$message_ids

IDs of messages being deleted.


Top ↑

Source Source

File: bp-messages/classes/class-bp-messages-thread.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.