Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
admin
users
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
elgg_view_form(string $action, array $form_vars=[], array $body_vars=[])
Definition:
views.php:1033
Generated on Wed Dec 4 2024 00:00:19 for Elgg by
1.8.11