Function __global->use_captcha
Definitions
sources/captcha.php
- Find whether CAPTCHA (the security image) should be used if preferred (making this call assumes it is preferred).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether CAPTCHA is used
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether CAPTCHA (the security image) should be used if preferred (making this call assumes it is preferred).
*
* @return boolean Whether CAPTCHA is used
*/
function use_captcha() : bool
* Find whether CAPTCHA (the security image) should be used if preferred (making this call assumes it is preferred).
*
* @return boolean Whether CAPTCHA is used
*/
function use_captcha() : bool

