wpcf7_support_html5_fallback

wpcf7_support_html5_fallback

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_support_html5_fallback') is found 1 times:

  • /includes/functions.php line 188
    /**
     * Returns true if HTML5 fallback is active.
     */
    function wpcf7_support_html5_fallback() {
    	return (bool) apply_filters( 'wpcf7_support_html5_fallback', false );
    }
    
    
    /**
     * Returns true if the Really Simple CAPTCHA plugin is used for contact forms.
     */