index of
/
home
/
thefkyzp
/
www
/
wp-content
/
plugins
/
ocean-extra
/
includes
/
metabox
/
controls
/
select
/
File: /home/thefkyzp/www/wp-content/plugins/ocean-extra/includes/metabox/controls/select/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"> <select class="widefat butterbean-select" {{{ data.attr }}}> <# _.each( data.choices, function( label, choice ) { #> <option value="{{ choice }}" <# if ( data.value === choice ) { #> selected="selected" <# } #>>{{ label }}</option> <# } ) #> </select> </div>