• Varun Sridharan's avatar
    changes by varun · 66e602ec
    Varun Sridharan authored
    * Added Plugin Template versioning #26
    * Fixed Template Load Issue
    * Renamed WC_TEMPLATE To WC_CORE_TEMPLATE
    * Added New WC_QD_THEME_TEMPLATE
    66e602ec
field-text.php 338 Bytes
<?php
/**
 * 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; ?>" />