Your IP : 216.73.216.158


Current Path : /home/c/a/p/capemnetty/www/wp-content/plugins/contact-form-7/modules/
Upload File :
Current File : /home/c/a/p/capemnetty/www/wp-content/plugins/contact-form-7/modules/response.php

<?php
/**
** A base module for [response]
**/

/* Shortcode handler */

wpcf7_add_shortcode( 'response', 'wpcf7_response_shortcode_handler' );

function wpcf7_response_shortcode_handler( $tag ) {
	if ( $contact_form = wpcf7_get_current_contact_form() ) {
		return $contact_form->form_response_output();
	}
}

?>