2026-02-05 17:08:59 +03:00

19 lines
329 B
PHP

<?php
/**
* Underscore.js template
*
* @package fusion-builder
* @since 2.0
*/
?>
<script type="text/html" id="tmpl-fusion_widget_area-shortcode">
<div {{{ _.fusionGetAttributes( attr ) }}}>
<div class="fusion-additional-widget-content">
<# if ( widgetArea ) { #>
{{{ widgetArea }}}
<# } #>
</div>
</div>
</script>