[HOW-TO] Easy way of finding executed hook locations
by
15 Aug 2005
If you are developing a new hack, you are sometimes lost on which hooks are executed and in which order. You could ofcourse go check teh source files, but there is also another way: open your includes/class_hook.php, and find: PHP Code:
function &fetch_hook($hookname)
PHP Code:
DEVDEBUG("Fetched hook: $hookname");
|