18 'name' =>
'_elgg_sticky_form_name',
23 if (!empty($ignored_fields)) {
26 'name' =>
'_elgg_sticky_ignored_fields',
27 'value' =>
implode(
',', $ignored_fields),
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_format_element(string $tag_name, array $attributes=[], string $text= '', array $options=[])
Format an HTML element.