Function __global->uses_question_captcha
Definitions
sources/captcha.php
- Find whether the question-CAPTCHA will be used on the current page.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether question-CAPTCHA is used
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether the question-CAPTCHA will be used on the current page.
*
* @return boolean Whether question-CAPTCHA is used
*/
function uses_question_captcha() : bool
* Find whether the question-CAPTCHA will be used on the current page.
*
* @return boolean Whether question-CAPTCHA is used
*/
function uses_question_captcha() : bool

