Function list_getBanTriggers
Get ban triggers for the given parameters. Callback from $listOptions['get_items'] in BanBrowseTriggers()
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ManageBans.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ManageBans.php
integer |
$start |
The item to start with (for pagination purposes) |
integer |
$items_per_page |
How many items to show on each page |
string |
$sort |
A string telling ORDER BY how to sort the results |
string |
$trigger_type |
The trigger type - can be 'ip', 'hostname' or 'email' |
array
|
An array of ban trigger info for the list |