Function __global->captcha_ajax_check_function
Definitions
sources/captcha.php
- Get code to do an AJAX check of the CAPTCHA.Note we don't use this on the join form, as core_cns.js has its own CAPTCHA check integrated into the validation flow.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- Function name
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get code to do an AJAX check of the CAPTCHA.Note we don't use this on the join form, as core_cns.js has its own CAPTCHA check integrated into the validation flow.
*
* @return string Function name
*/
function captcha_ajax_check_function() : string
* Get code to do an AJAX check of the CAPTCHA.Note we don't use this on the join form, as core_cns.js has its own CAPTCHA check integrated into the validation flow.
*
* @return string Function name
*/
function captcha_ajax_check_function() : string

