elgg forward
Meant to mimic the php forward() function by simply redirecting the user to another page...
elgg_trigger_plugin_hook($hook, $type, $params=null, $returnvalue=null)
Trigger a Plugin Hook and run all handler callbacks registered to that hook:type. ...