index of
/
home
/
thefkyzp
/
www
/
wp-content
/
plugins
/
ocean-extra
/
includes
/
metabox
/
controls
/
media
/
File: /home/thefkyzp/www/wp-content/plugins/ocean-extra/includes/metabox/controls/media/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"> <div class="uploader"> <input type="text" {{{ data.attr }}} name="{{ data.field_name }}" value="{{ data.value }}" /> <button type="button" class="button button-secondary oceanwp-add-media">{{ data.l10n.upload }}</button> </div> </div>