PHP 8.2.31
Preview: hidden.php Size: 776 B
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/contact-form-7/modules/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;
}

Directory Contents

Dirs: 5 × Files: 19

Name Size Perms Modified Actions
akismet DIR
- drwxr-xr-x 2025-04-30 03:16:25
Edit Download
- drwxr-xr-x 2025-04-30 03:16:25
Edit Download
recaptcha DIR
- drwxr-xr-x 2025-04-30 03:16:25
Edit Download
- drwxr-xr-x 2025-04-30 03:16:25
Edit Download
stripe DIR
- drwxr-xr-x 2025-04-30 03:16:25
Edit Download
7.39 KB lrw-r--r-- 2025-04-30 03:16:25
Edit Download
9.53 KB lrw-r--r-- 2025-04-30 03:16:25
Edit Download
1.45 KB lrw-r--r-- 2025-04-30 03:16:25
Edit Download
5.72 KB lrw-r--r-- 2025-04-30 03:16:25
Edit Download
1.83 KB lrw-r--r-- 2025-04-30 03:16:25
Edit Download
730 B lrw-r--r-- 2025-04-30 03:16:25
Edit Download
6.21 KB lrw-r--r-- 2025-04-30 03:16:25
Edit Download
8.35 KB lrw-r--r-- 2025-04-30 03:16:25
Edit Download
776 B lrw-r--r-- 2025-04-30 03:16:25
Edit Download
755 B lrw-r--r-- 2025-04-30 03:16:25
Edit Download
6.28 KB lrw-r--r-- 2025-04-30 03:16:25
Edit Download
6.29 KB lrw-r--r-- 2025-04-30 03:16:25
Edit Download
13.91 KB lrw-r--r-- 2025-04-30 03:16:25
Edit Download
2.27 KB lrw-r--r-- 2025-04-30 03:16:25
Edit Download
460 B lrw-r--r-- 2025-04-30 03:16:25
Edit Download
6.26 KB lrw-r--r-- 2025-04-30 03:16:25
Edit Download
2.31 KB lrw-r--r-- 2025-04-30 03:16:25
Edit Download
8.01 KB lrw-r--r-- 2025-04-30 03:16:25
Edit Download
4.88 KB lrw-r--r-- 2025-04-30 03:16:25
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).