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