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.7.9.3

apply_filters('wordfence_ls_require_captcha') is found 1 times:

  • /modules/login-security/classes/controller/captcha.php line 145
    	 * @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: