wpcf7_support_html5
The Contact Form 7 wpcf7 support html5 function.
Description
wpcf7_support_html5();
Usage
if ( !function_exists( 'wpcf7_support_html5' ) ) { require_once ABSPATH . PLUGINDIR . 'contact-form-7/includes/functions.php'; } // NOTICE! Understand what this does before running. $result = wpcf7_support_html5();
Defined (1)
The function is defined in the following location(s).
- /includes/functions.php
- function wpcf7_support_html5() {
- return (bool) apply_filters( 'wpcf7_support_html5', true );
- }