HEX
Server: LiteSpeed
System: Linux server302.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: synqowzz (1256)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //home/synqowzz/www/wp-content/plugins/metform/core/integrations/onboard/controls/settings/date.php
<div class="form-group mf-admin-input-text mf-admin-input-text-<?php echo esc_attr(self::strify($name)); ?>">
    <label for="mf-admin-option-text<?php echo esc_attr(self::strify($name)); ?>">
        <?php echo esc_html($label); ?>
    </label>
    <input
        type="date"
        class="attr-form-control"
        id="mf-admin-option-text<?php echo esc_attr(self::strify($name)); ?>"
        aria-describedby="mf-admin-option-text-help<?php echo esc_attr(self::strify($name)); ?>"
        placeholder="<?php echo esc_attr($placeholder); ?>"
        name="<?php echo esc_attr($name); ?>"
        value="<?php echo esc_attr($value); ?>"
        <?php echo esc_attr($disabled) ?>
    >
    <small id="mf-admin-option-text-help<?php echo esc_attr(self::strify($name)); ?>" class="form-text text-muted"><?php echo esc_html($info); ?></small>
</div>