2016-11-28 21:52:15 -08:00

7 lines
229 B
PHP

<?php if ( $type === 'customText' || $type === 'customImage' || $type === 'customHtml' || $type === 'customLink' ): ?>
<div class="smHtmlElementFieldCont">
<?php echo $field['extraData']['readyHtml'] ?>
</div>
<?php endif; ?>