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: listo.php
<?php /** ** Retrieve list data from the Listo plugin. ** Listo http://wordpress.org/plugins/listo/ **/ add_filter( 'wpcf7_form_tag_data_option', 'wpcf7_listo', 10, 3 ); function wpcf7_listo( $data, $options, $args ) { if ( ! function_exists( 'listo' ) ) { return $data; } $args = wp_parse_args( $args, array() ); $contact_form = wpcf7_get_current_contact_form(); $args['locale'] = $contact_form->locale(); foreach ( (array) $options as $option ) { $option = explode( '.', $option ); $type = $option[0]; if ( isset( $option[1] ) ) { $args['group'] = $option[1]; } else { unset( $args['group'] ); } if ( $list = listo( $type, $args ) ) { $data = array_merge( (array) $data, $list ); } } return $data; }
Upload File
Create Folder