15 'http-equiv' =>
'Content-Type',
16 'content' =>
'text/html; charset=utf-8',
21 'content' =>
'width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=1',
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_get_site_url()
Get the URL for the current (or specified) site, ending with "/".
elgg_format_element(string $tag_name, array $attributes=[], string $text= '', array $options=[])
Format an HTML element.