File: /home/dermova/public_html/india/wp-content/plugins/wr-megamenu/includes/form/field/tmpl/number.php
<?php
/**
* @version $Id$
* @package WR_Library
* @author WooRockets Team <support@woorockets.com>
* @copyright Copyright (C) 2014 WooRockets.com All Rights Reserved.
* @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
*
* Websites: http://www.woorockets.com
* Technical Support: Feedback - http://www.woorockets.com
*/
// Define necessary attributes
$this->attributes['type'] = 'number';
isset( $this->attributes['size'] ) || $this->attributes['size'] = 10;
?>
<input <?php $this->html_attributes(); ?> />