vbresults
Well-known member
I have an add-on that requires the captcha helper in a form for one of my add-ons. From what I read, it goes like this...
-
is set as the 'captcha' param for the template that wants to implement it.PHP:
XenForo_Captcha_Abstract::createDefault() - Before the template is rendered,
is called.PHP:
XenForo_ViewPublic_Thread_Create::renderHtml() -
is called using $this as $view (in XenForo_ViewPublic_Thread_Create::renderHtml).PHP:
XenForo_Captcha_Abstract::render(XenForo_View $view)