12 'all' =>
elgg_echo(
'admin:plugins:category:all'),
13 'active' =>
elgg_echo(
'admin:plugins:category:active'),
14 'inactive' =>
elgg_echo(
'admin:plugins:category:inactive'),
foreach($categories as $key=> $category) $body
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_echo(string $message_key, array $args=[], string $language='')
Elgg language module Functions to manage language and translations.
elgg_view_module(string $type, string $title, string $body, array $vars=[])
Wrapper function for the module display pattern.
elgg_view(string $view, array $vars=[], string $viewtype='')
Return a parsed view.
elgg_strtolower()
Wrapper function for mb_strtolower().
elgg_format_element(string $tag_name, array $attributes=[], string $text='', array $options=[])
Format an HTML element.
if($container instanceof ElggGroup && $container->guid !=elgg_get_page_owner_guid()) $key