Reference
Captcha events
Events in the captcha group. A plugin in core/plugins/captcha/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
captcha.onCheckAnswer
Fired from:
core/components/com_members/models/registration.php:761core/components/com_support/site/controllers/tickets.php:950
Listeners:
plg_captcha_image—onCheckAnswer($code = null)plg_captcha_math—onCheckAnswer($code = null)plg_captcha_recaptcha—onCheckAnswer($code = null)
captcha.onDisplay
Fired from:
Listeners:
plg_captcha_image—onDisplay($name = null, $id = 'image_captcha_1', $class = '')plg_captcha_math—onDisplay($name = null, $id = 'image_captcha_1', $class = '')plg_captcha_recaptcha—onDisplay($name = null, $id = 'dynamic_recaptcha_1', $class = '')
captcha.onInit
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_captcha_image—onInit($id = 'image_captcha_1')plg_captcha_recaptcha—onInit($id = 'dynamic_recaptcha_1')
Generated from the source tree.