✘✘ 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//reflection.php
<?php
/**
 * Reflection module
 *
 * @link https://contactform7.com/reflection/
 */


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

/**
 * Registers reflection-related form-tag types.
 */
function wpcf7_add_form_tag_reflection() {
	wpcf7_add_form_tag( 'reflection',
		'wpcf7_reflection_form_tag_handler',
		array(
			'name-attr' => true,
			'display-block' => true,
			'not-for-mail' => true,
		)
	);

	wpcf7_add_form_tag( 'output',
		'wpcf7_output_form_tag_handler',
		array(
			'name-attr' => true,
			'not-for-mail' => true,
		)
	);
}


/**
 * The form-tag handler for the reflection type.
 */
function wpcf7_reflection_form_tag_handler( $tag ) {
	if ( empty( $tag->name ) ) {
		return '';
	}

	$values = $tag->values ? $tag->values : array( '' );

	if ( ! wpcf7_get_validation_error( $tag->name ) ) {
		$hangover = array_filter( (array) wpcf7_get_hangover( $tag->name ) );

		if ( $hangover ) {
			$values = $hangover;
		}
	}

	$content = array_reduce(
		$values,
		static function ( $carry, $item ) use ( $tag ) {
			$output_tag = sprintf(
				'<output %1$s>%2$s</output>',
				wpcf7_format_atts( array(
					'name' => $tag->name,
					'data-default' => $item,
				) ),
				( '' !== $item ) ? esc_html( $item ) : '&nbsp;'
			);

			return $carry . $output_tag;
		},
		''
	);

	$html = sprintf(
		'<fieldset %1$s>%2$s</fieldset>',
		wpcf7_format_atts( array(
			'data-reflection-of' => $tag->name,
			'class' => $tag->get_class_option(
				wpcf7_form_controls_class( $tag->type )
			),
			'id' => $tag->get_id_option(),
		) ),
		$content
	);

	return $html;
}


/**
 * The form-tag handler for the output type.
 */
function wpcf7_output_form_tag_handler( $tag ) {
	if ( empty( $tag->name ) ) {
		return '';
	}

	$value = (string) reset( $tag->values );

	if ( ! wpcf7_get_validation_error( $tag->name ) ) {
		$hangover = array_filter( (array) wpcf7_get_hangover( $tag->name ) );

		if ( $hangover ) {
			$value = (string) reset( $hangover );
		}
	}

	$html = sprintf(
		'<output %1$s>%2$s</output>',
		wpcf7_format_atts( array(
			'data-reflection-of' => $tag->name,
			'data-default' => $value,
			'name' => $tag->name,
			'class' => $tag->get_class_option(
				wpcf7_form_controls_class( $tag->type )
			),
			'id' => $tag->get_id_option(),
		) ),
		esc_html( $value )
	);

	return $html;
}


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