Elgg  Version 5.1
add.php
Go to the documentation of this file.
1 <?php
6 echo elgg_view_form('useradd', [
7  'sticky_enabled' => true,
8  'sticky_ignored_fields' => [
9  'password',
10  'password2',
11  ],
12 ]);
elgg_view_form(string $action, array $form_vars=[], array $body_vars=[])
Definition: views.php:1054