Elgg  Version 5.1
users.php
Go to the documentation of this file.
1 <?php
6 echo elgg_view('admin/users/header', [
7  'filter' => 'all',
8 ]);
9 
10 echo elgg_view_form('admin/users/bulk_actions', [
11  'prevent_double_submit' => false,
12 ], [
13  'filter' => 'all',
14 ]);
elgg_view_form(string $action, array $form_vars=[], array $body_vars=[])
Definition: views.php:1054
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition: views.php:177