field-text.php 338 Bytes
Newer Older
1
<?php
Varun Sridharan's avatar
Varun Sridharan committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15
/**
 * HTML Text Field Template
 *
 * @author  Varun Sridharan
 * @package WooCommerce Quick Donation/Templates/fields
 * @version 0.1
 */ 
?>
<input 
       type="text" 
       id="<?php echo $id; ?>" 
       name="<?php echo $name; ?>" 
       class="<?php echo $class.' '.$attributes;  ?>"
       value="<?php echo $value; ?>" />