<?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(); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
akismet | Folder | 0755 |
|
|
constant-contact | Folder | 0755 |
|
|
recaptcha | Folder | 0755 |
|
|
sendinblue | Folder | 0755 |
|
|
stripe | Folder | 0755 |
|
|
acceptance.php | File | 7.39 KB | 0644 |
|
checkbox.php | File | 9.52 KB | 0644 |
|
count.php | File | 1.45 KB | 0644 |
|
date.php | File | 5.72 KB | 0644 |
|
disallowed-list.php | File | 1.77 KB | 0644 |
|
doi-helper.php | File | 730 B | 0644 |
|
file.php | File | 6.21 KB | 0644 |
|
flamingo.php | File | 8.34 KB | 0644 |
|
hidden.php | File | 776 B | 0644 |
|
listo.php | File | 755 B | 0644 |
|
number.php | File | 6.28 KB | 0644 |
|
quiz.php | File | 6.29 KB | 0644 |
|
really-simple-captcha.php | File | 13.82 KB | 0644 |
|
reflection.php | File | 2.27 KB | 0644 |
|
response.php | File | 460 B | 0644 |
|
select.php | File | 6.26 KB | 0644 |
|
submit.php | File | 2.31 KB | 0644 |
|
text.php | File | 8 KB | 0644 |
|
textarea.php | File | 4.89 KB | 0644 |
|