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.
 
 
 
 
 

6 lines
269 B

<?php
$class = ( $params['full_height'] ) ? 'wd-full-height' : 'whb-divider-default';
$class .= ' ' . $params['css_class'];
$class .= woodmart_get_old_classes( ' whb-divider-element' );
?>
<div class="wd-header-divider <?php echo esc_attr( $class ); ?>"></div>