Unclassified NewsBoard Code Reference

UnbCallHook function

Call all functions registered for a hook ID

function UnbCallHook ($id, &$data);

Parameters:

id
(string) hook ID
data  –  in,out
data to be processed by the hook functions.
Passed by reference, so modified data will be changed in-place

Implementation file: unb_lib/plugin.lib.php, line 96

© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.