You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
318 B
7 lines
318 B
<?php
|
|
|
|
$classes = $params['inline'] ? ' wd-inline' : '';
|
|
$classes .= woodmart_get_old_classes( ' whb-text-element' );
|
|
?>
|
|
|
|
<div class="wd-header-text set-cont-mb-s reset-last-child <?php echo esc_attr( $params['css_class'] ); ?><?php echo esc_attr( $classes ); ?>"><?php echo do_shortcode($params['content']); ?></div>
|
|
|