elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
elgg_extend_view($view, $view_extension, $priority=501, $viewtype= '')
Extends a view with another view.
elgg_register_menu_item($menu_name, $menu_item)
Register an item for an Elgg menu.
elgg_register_event_handler($event, $object_type, $callback, $priority=500)
Register a callback as an Elgg event handler.
elgg_get_plugins_path()
Get the plugin path for this installation.
elgg_register_action($action, $filename="", $access= 'logged_in')
Registers an action.