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