PHP 8.2.31
Preview: hidden-field.php Size: 577 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/wpforms-lite/templates/admin/payments/hidden-field.php

<?php
/**
 * Display a hidden field for the purpose of form submission.
 *
 * @since 1.8.4
 *
 * @var string $name  Name of the hidden field.
 * @var array  $value Value of the hidden field.
 */

defined( 'ABSPATH' ) || exit; // Exit if accessed directly.

// Leave early if no field name or value is provided.
if ( empty( $name ) || empty( $value ) ) {
	return;
}

?>

<input
	type="hidden"
	name="<?php echo esc_attr( $name ); ?>"
	value="<?php echo esc_attr( $value ); ?>"
/>

<?php
/* Omit closing PHP tag at the end of PHP files to avoid "headers already sent" issues. */

Directory Contents

Dirs: 1 × Files: 6

Name Size Perms Modified Actions
single DIR
- drwxr-xr-x 2026-06-04 03:43:03
Edit Download
577 B lrw-r--r-- 2023-09-28 15:44:58
Edit Download
714 B lrw-r--r-- 2023-06-07 17:54:22
Edit Download
2.19 KB lrw-r--r-- 2023-09-28 15:44:58
Edit Download
1.50 KB lrw-r--r-- 2023-09-28 15:44:58
Edit Download
996 B lrw-r--r-- 2023-09-28 15:44:58
Edit Download
869 B lrw-r--r-- 2023-09-28 15:44:58
Edit Download

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