__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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. */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| single | Folder | 0750 |
|
|
| hidden-field.php | File | 577 B | 0640 |
|
| mode-toggle.php | File | 714 B | 0640 |
|
| reports.php | File | 2.19 KB | 0640 |
|
| reset-filter-notice.php | File | 1.5 KB | 0640 |
|
| tablenav-filter-multiselect.php | File | 996 B | 0640 |
|
| tablenav-filters.php | File | 869 B | 0640 |
|