Function removeTopics
Removes the passed id_topic's. (permissions are NOT checked here!).
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/RemoveTopic.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/RemoveTopic.php
array|integer |
$topics |
The topics to remove (can be an id or an array of ids). |
boolean |
$decreasePostCount = true |
Whether to decrease the users' post counts |
boolean |
$ignoreRecycling = false |
Whether to ignore recycling board settings |
boolean |
$updateBoardCount = true |
Whether to adjust topic counts for the boards |