Elgg  Version 1.9
all.php
Go to the documentation of this file.
1 <?php
7 elgg_register_plugin_hook_handler('all', 'system', 'example_plugin_hook_handler');
8 
9 // This function will be called for any hook of type 'system'
11  // logic here.
12 }
$value
Definition: longtext.php:29
elgg_register_plugin_hook_handler($hook, $type, $callback, $priority=500)
Register a callback as a plugin hook handler.
Definition: elgglib.php:853
$params
Definition: login.php:72
$type
Definition: add.php:8
example_plugin_hook_handler($hook, $type, $value, $params)
Definition: all.php:10