Go to the source code of this file.
$user_guids = (array) get_input('user_guids') |
Bulk ban users.
Definition at line 6 of file ban.php.
if (empty($user_guids)) $users |
Initial value: 'type' => 'user',
'limit' => false,
'batch' => true,
'batch_inc_offset' => false,
'metadata_name_value_pairs' => [
'banned' => 'no',
],
])
$user_guids
Bulk ban users.
elgg_get_entities(array $options=[])
Fetches/counts entities or performs a calculation on their properties.
Definition at line 12 of file ban.php.