Quote:
Originally Posted by Boofo
I thought you had to pre-register the variable, to make it viable for that hook, if you used it in another hook, too. The pre-register stuff is still new to me.
...
|
Pre-registering is NOT necessary for hooks.
Pre-registering is necessary if you want to write a PHP variable into a template, which is what the isBot code in the
register_form_complete hook needs to do.
Pre-registering is NOT necessary for extracting values from the web form, which is the case for the other hook.