X7ROOT File Manager
Current Path:
/home/notabjze/starbudzca.com/wp-content/plugins/contact-form-7/modules
home
/
notabjze
/
starbudzca.com
/
wp-content
/
plugins
/
contact-form-7
/
modules
/
ðŸ“
..
📄
acceptance.php
(7.66 KB)
ðŸ“
akismet
📄
checkbox.php
(11.23 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
(743 B)
📄
number.php
(8.7 KB)
📄
quiz.php
(7.13 KB)
📄
really-simple-captcha.php
(17.44 KB)
ðŸ“
recaptcha
📄
reflection.php
(2.27 KB)
📄
response.php
(460 B)
📄
select.php
(8.3 KB)
ðŸ“
sendinblue
ðŸ“
stripe
📄
submit.php
(2.87 KB)
📄
text.php
(10 KB)
📄
textarea.php
(6.53 KB)
Editing: hidden.php
<?php add_action( 'wpcf7_init', 'wpcf7_add_form_tag_hidden', 10, 0 ); function wpcf7_add_form_tag_hidden() { wpcf7_add_form_tag( 'hidden', 'wpcf7_hidden_form_tag_handler', array( 'name-attr' => true, 'display-hidden' => true, ) ); } function wpcf7_hidden_form_tag_handler( $tag ) { if ( empty( $tag->name ) ) { return ''; } $atts = array(); $class = wpcf7_form_controls_class( $tag->type ); $atts['class'] = $tag->get_class_option( $class ); $atts['id'] = $tag->get_id_option(); $value = (string) reset( $tag->values ); $value = $tag->get_default_option( $value ); $atts['value'] = $value; $atts['type'] = 'hidden'; $atts['name'] = $tag->name; $atts = wpcf7_format_atts( $atts ); $html = sprintf( '<input %s />', $atts ); return $html; }
Upload File
Create Folder