Are all the variables in the script that called it available to the plugin that uses the hook?
For example:
PHP Code:
$hellomom = 'a/s/l';
($hook = vBulletinHook::fetch_hook('vbplaza_action_openthread_purchase_complete')) ? eval($hook) : false;
If I create a plugin that uses the vbplaza_action_openthread_purchase_complete hook, can I use $hellomom?
Upon thinking at lunch, that was a retarded question. If someone else is ever dumb enough to ask it, the answer is yes. o.O