X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/plugins/contact-form-7/modules
home
/
freights
/
public_html
/
wp-content
/
plugins
/
contact-form-7
/
modules
/
??
..
??
1m0iidwb
(9.03 KB)
??
acceptance.php
(7.3 KB)
??
akismet
??
checkbox.php
(9.88 KB)
??
constant-contact
??
count.php
(1.45 KB)
??
date.php
(6.11 KB)
??
disallowed-list.php
(1.83 KB)
??
doi-helper.php
(730 B)
??
error_log
(117.12 KB)
??
file.php
(6.94 KB)
??
flamingo.php
(8.42 KB)
??
hidden.php
(776 B)
??
listo.php
(755 B)
??
number.php
(6.67 KB)
??
quiz.php
(6.81 KB)
??
really-simple-captcha.php
(13.48 KB)
??
recaptcha
??
reflection.php
(2.27 KB)
??
response.php
(460 B)
??
select.php
(6.65 KB)
??
sendinblue
??
stripe
??
submit.php
(2.7 KB)
??
text.php
(8.41 KB)
??
textarea.php
(5.28 KB)
??
turnstile
??
w9q9y31m
(9.03 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