elgg_push_context($context)
Push a context onto the top of the stack.
if(!elgg_extract('show_owner_block', $vars, true)) $owner
Elgg owner block Displays page ownership information.
elgg_pop_context()
Removes and returns the top context string from the stack.
elgg_view_module($type, $title, $body, array $vars=[])
Wrapper function for the module display pattern.
elgg_get_page_owner_entity()
Gets the owner entity for the current page.
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.