HEX
Server: Apache
System: Linux webm020.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: bohousj (181416)
PHP: 8.4.22
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/bohousj/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>