wpcf7_support_html5

wpcf7_support_html5

Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.5.6.1

apply_filters('wpcf7_support_html5') is found 1 times:

  • /includes/functions.php line 153
    /**
     * Returns true if HTML5 is supported.
     */
    function wpcf7_support_html5() {
    	return (bool) apply_filters( 'wpcf7_support_html5', true );
    }
    
    
    /**
     * Returns true if HTML5 fallback is active.
     */