Helix_Website/wp-content/plugins/attesa-extra/metabox/butterbean/tmpl/control.php

12 lines
313 B
PHP

<label>
<# if ( data.label ) { #>
<span class="butterbean-label">{{ data.label }}</span>
<# } #>
<# if ( data.description ) { #>
<span class="butterbean-description">{{{ data.description }}}</span>
<# } #>
<input type="{{ data.type }}" value="{{ data.value }}" {{{ data.attr }}} />
</label>