DIR: /var/www/rhodeworks/wp-content/plugins/ocean-extra/includes/metabox/controls/number/ |
Current File : /var/www/rhodeworks/wp-content/plugins/ocean-extra/includes/metabox/controls/number/template.php |
<div class="oceanwp-mb-desc"> <# if ( data.label ) { #> <span class="butterbean-label">{{ data.label }}</span> <# } #> <# if ( data.description ) { #> <span class="butterbean-description">{{{ data.description }}}</span> <# } #> </div> <div class="oceanwp-mb-field"> <input type="number" value="{{ data.value }}" {{{ data.attr }}} /> </div> |