Go to the source code of this file.
Initial value: 'ajax' => true,
], [
'returntoreferer' => true,
])
elgg_view_form(string $action, array $form_vars=[], array $body_vars=[])
Elgg drop-down login form.
Definition at line 10 of file login_dropdown.php.
Initial value: 'class' => 'elgg-popup',
'data-position' => json_encode([
'my' => 'right top',
'at' => 'right bottom',
]),
])
elgg_get_login_url(array $query=[], string $fragment= '')
Returns site's login URL Triggers a 'login_url', 'site' event that can be used by plugins to alter th...
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition at line 16 of file login_dropdown.php.