Gossamer Forum
Quote Reply
validate_review HOOK
I notice there is a validate_link hook, but no validate_review hook in hooks.cfg or the plug-in wizard.

Does anyone know if one exists?


http://www.iuni.com/...tware/web/index.html
Links Plugins
Quote Reply
Re: [Ian] validate_review HOOK In reply to
I tried:

$mgr->install_hooks ( 'UserMonitor', [ ['validate_review', 'PRE', 'Plugins::UserMonitor::pre_validate_review', 'FIRST'] ]);


and the installer did not produce and error, but the code did nothing... so I am still not really sure if it exists either way. I figured if the hook did not exist, then an error would have been produced on install.


http://www.iuni.com/...tware/web/index.html
Links Plugins