• File: text.php
  • Full Path: /home/dealkatnwc/www/admin/partials/settings/fields/text.php
  • Date Modified: 03/01/2026 6:03 AM
  • File size: 296 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php defined( 'ABSPATH' ) or exit; ?>

<input type="text" name="<?php echo esc_attr( $data['id'] ); ?>" id="<?php echo esc_attr( $data['id'] ); ?>" value="<?php echo esc_attr( get_option( $data['id'] ) ); ?>" class="regular-text">

<p class="description"><?php echo $data['description']; ?></p>