File "divider-20241225170033.php"

Full Path: /home/ycoalition/public_html/blog/wp-content/themes/woodmart/header-elements/divider-20241225170033.php
File size: 264 bytes
MIME-type: text/x-php
Charset: utf-8

<?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>