Topic: what is get_hook function?

I see following line next to each field in registration file (register.php).

<?php ($hook = get_hook('rg_register_pre_username')) ? eval($hook) : null; ?>

can someone tell what does get_hook function do? and what is 'rg_register_pre_username'. I understand that is for the username field, but I could not find rg_register_pre_username used anywhere else on the page. Can I randomly use any name there if I want to add an extra field?

2

Re: what is get_hook function?

http://punbb.informer.com/wiki/punbb13/ … elopment?s[]=hook#using_hooks

If any of my dropbox link fails with 404 error, change dl.dropbox.com/u/56038890/punbb/*.zip in address to 82283017.

Currently working on rPlus - responsive theme for developers to create their own themes basing on this one.