DIR: /var/www/rhodeworks/wp-content/plugins/ocean-extra/includes/metabox/controls/editor/ |
Current File : /var/www/rhodeworks/wp-content/plugins/ocean-extra/includes/metabox/controls/editor/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"> <textarea {{{ data.attr }}}>{{{ data.value }}}</textarea> </div> |