Elgg  Version 2.3
all.php
Go to the documentation of this file.
1 <?php
7 elgg_register_plugin_hook_handler('all', 'system', 'example_plugin_hook_handler', 600);
8 
9 // This function will be called for any hook of type 'system'
11  // logic here.
12 }
$value
Definition: longtext.php:42
elgg_register_plugin_hook_handler($hook, $type, $callback, $priority=500)
Definition: elgglib.php:740
$params
Definition: login.php:72
example_plugin_hook_handler($hook, $type, $value, $params)
Definition: all.php:10
if(!$display_name) $type
Definition: delete.php:27