index of
/
home
/
thefkyzp
/
www
/
wp-content
/
plugins
/
ocean-extra
/
includes
/
metabox
/
controls
/
color
/
File: /home/thefkyzp/www/wp-content/plugins/ocean-extra/includes/metabox/controls/color/template.php
<label> <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 class="widefat butterbean-color-picker" {{{ data.attr }}} value="<# if ( data.value ) { #>#{{ data.value }}<# } #>" /> </div> </label>