wordfence_ls_require_captcha

wordfence_ls_require_captcha

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordfence.8.0.3

apply_filters('wordfence_ls_require_captcha') is found 1 times:

  • /modules/login-security/classes/controller/captcha.php line 147
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    * @return bool
     */
    public function is_captcha_required() {
        $required = $this->enabled() && !self::is_xml_rpc();
        return apply_filters('wordfence_ls_require_captcha', $required);
    }
     
    /**
     * Get the captcha token provided with the current request
     * @param string $key if specified, override the default token parameter
     * @return string|null the captcha token, if present, null otherwise

See this hook used in plugins: