Function deleteMessages
Delete the specified personal messages.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/PersonalMessage.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/PersonalMessage.php
array|null |
$personal_messages |
An array containing the IDs of PMs to delete or null to delete all of them |
string|null |
$folder = null |
Which "folder" to delete PMs from - 'sent' to delete them from the outbox, null or anything else to delete from the inbox |
array|integer|null |
$owner = null |
An array of IDs of users whose PMs are being deleted, the ID of a single user or null to use the current user's ID |