PATH:
home
/
thebhoeo
/
public_html
/
wp-content
/
themes
/
woodmart
/
header-elements
<?php /** * Header divider element. * * @package woodmart */ $class = ( $params['full_height'] ) ? 'wd-full-height' : 'whb-divider-default'; $class .= $params['css_class'] ? ' ' . $params['css_class'] : ''; $class .= ' whb-' . $id; ?> <div class="wd-header-divider <?php echo esc_attr( $class ); ?>"> <?php woodmart_enqueue_inline_style( 'header-divider' ); ?> </div>
[-] categories.php
[edit]
[-] row.php
[edit]
[-] search.php
[edit]
[-] burger.php
[edit]
[-] info-box.php
[edit]
[-] social.php
[edit]
[-] menu.php
[edit]
[-] space.php
[edit]
[-] mobile-search.php
[edit]
[-] logo.php
[edit]
[-] text.php
[edit]
[-] wishlist.php
[edit]
[-] compare.php
[edit]
[+]
..
[-] column.php
[edit]
[-] cart.php
[edit]
[-] languages.php
[edit]
[-] divider.php
[edit]
[-] sticky-navigation.php
[edit]
[-] main-menu.php
[edit]
[-] html-block.php
[edit]
[-] button.php
[edit]
[-] root.php
[edit]
[-] account.php
[edit]