REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 577 B
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/wpforms-lite/templates/admin/payments/hidden-field.php
Text
Base64
<?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. */
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
single
DIR
-
drwxr-xr-x
2026-06-04 03:43:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
hidden-field.php
577 B
lrw-r--r--
2023-09-28 15:44:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
mode-toggle.php
714 B
lrw-r--r--
2023-06-07 17:54:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
reports.php
2.19 KB
lrw-r--r--
2023-09-28 15:44:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
reset-filter-notice.php
1.50 KB
lrw-r--r--
2023-09-28 15:44:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
tablenav-filter-multiselect.php
996 B
lrw-r--r--
2023-09-28 15:44:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
tablenav-filters.php
869 B
lrw-r--r--
2023-09-28 15:44:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).