wpcf7_use_really_simple_captcha

wpcf7_use_really_simple_captcha

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_use_really_simple_captcha') is found 1 times:

  • /includes/functions.php line 196
    /**
     * Returns true if the Really Simple CAPTCHA plugin is used for contact forms.
     */
    function wpcf7_use_really_simple_captcha() {
    	return apply_filters( 'wpcf7_use_really_simple_captcha',
    		WPCF7_USE_REALLY_SIMPLE_CAPTCHA
    	);
    }
    
    
    /**