Elgg  Version master
Variables
unban.php File Reference

Go to the source code of this file.

Variables

 $user_guids = (array) get_input('user_guids')
 Bulk unban users. More...
 
if(empty($user_guids)) $users
 
 $count = 0
 

Variable Documentation

$count = 0

Definition at line 24 of file unban.php.

$user_guids = (array) get_input('user_guids')

Bulk unban users.

Definition at line 6 of file unban.php.

if (empty($user_guids)) $users
Initial value:
'type' => 'user',
'guids' => $user_guids,
'limit' => false,
'batch' => true,
'batch_inc_offset' => false,
'metadata_name_value_pairs' => [
'banned' => 'yes',
],
])
$user_guids
Bulk unban users.
Definition: unban.php:6
elgg_get_entities(array $options=[])
Fetches/counts entities or performs a calculation on their properties.
Definition: entities.php:505

Definition at line 12 of file unban.php.