# notificationx/1.0.3/admin/includes/fields/nx-text.php

NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner &amp; Floating Notification Bar, version 1.0.3. 5 lines.

- Page: https://pluginprobe.com/plugins/notificationx/1.0.3/code/admin/includes/fields/nx-text.php
- Raw: https://pluginprobe.com/plugins/notificationx/1.0.3/raw/admin/includes/fields/nx-text.php
- Modified: 2019-06-17T13:59:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/notificationx/1.0.3/code/admin/includes/fields/nx-text.php#L10-L20`.

```php
<?php
    $readonly = isset( $field['readonly'] ) && $field['readonly'] == true ? 'readonly' : '';
?>

<input <?php echo $readonly; ?> class="<?php echo esc_attr( $class ); ?>" id="<?php echo $field_id; ?>" type="text" name="<?php echo $name; ?>" value="<?php echo $value; ?>" <?php echo $attrs; ?>>
```
