wpcf7_add_form_tag_date
The Contact Form 7 wpcf7 add form tag date function.
Description
wpcf7_add_form_tag_date();
Usage
if ( !function_exists( 'wpcf7_add_form_tag_date' ) ) { require_once ABSPATH . PLUGINDIR . 'contact-form-7/modules/date.php'; } // NOTICE! Understand what this does before running. $result = wpcf7_add_form_tag_date();
Defined (1)
The function is defined in the following location(s).
- /modules/date.php
- function wpcf7_add_form_tag_date() {
- wpcf7_add_form_tag( array( 'date', 'date*' ),
- 'wpcf7_date_form_tag_handler', array( 'name-attr' => true ) );
- }