File "html-block.php"
Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/themes/woodmart/header-elements/html-block.php
File size: 342 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* HTML block element
*/
woodmart_enqueue_inline_style( 'header-elements-base' );
$classes = ' whb-' . $id;
$classes .= woodmart_get_old_classes( ' whb-html-block-element' );
?>
<div class="wd-header-html wd-entry-content<?php echo esc_attr( $classes ); ?>">
<?php echo woodmart_get_html_block( $params['block_id'] ); ?>
</div>