X7ROOT File Manager
Current Path:
/home/notabjze/caribbeansee.com/wp-content/plugins/contact-form-7/modules
home
/
notabjze
/
caribbeansee.com
/
wp-content
/
plugins
/
contact-form-7
/
modules
/
ðŸ“
..
📄
acceptance.php
(7.66 KB)
ðŸ“
akismet
📄
akismet.php
(5.16 KB)
📄
checkbox.php
(11.79 KB)
ðŸ“
constant-contact
📄
count.php
(1.45 KB)
📄
date.php
(7.9 KB)
📄
disallowed-list.php
(1.77 KB)
📄
doi-helper.php
(730 B)
📄
file.php
(6.68 KB)
📄
flamingo.php
(8.34 KB)
📄
hidden.php
(776 B)
📄
listo.php
(755 B)
📄
number.php
(8.7 KB)
📄
quiz.php
(6.73 KB)
📄
really-simple-captcha.php
(17.44 KB)
ðŸ“
recaptcha
📄
reflection.php
(2.27 KB)
📄
response.php
(460 B)
📄
select.php
(8.48 KB)
ðŸ“
sendinblue
ðŸ“
stripe
📄
submit.php
(2.87 KB)
📄
text.php
(10.01 KB)
📄
textarea.php
(6.54 KB)
Editing: response.php
<?php /** ** A base module for [response] **/ /* form_tag handler */ add_action( 'wpcf7_init', 'wpcf7_add_form_tag_response', 10, 0 ); function wpcf7_add_form_tag_response() { wpcf7_add_form_tag( 'response', 'wpcf7_response_form_tag_handler', array( 'display-block' => true, ) ); } function wpcf7_response_form_tag_handler( $tag ) { if ( $contact_form = wpcf7_get_current_contact_form() ) { return $contact_form->form_response_output(); } }
Upload File
Create Folder