Server : LiteSpeed System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : apotdzgr ( 7060) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/apotdzgr/ozempicbestellen.nl/wp-content/themes/flatsome/woocommerce/loop/ |
Upload File : |
<?php /** * Shop category filter button template * * @package flatsome */ $layout = get_theme_mod( 'category_sidebar', 'left-sidebar' ); if ( 'none' === $layout || ( get_theme_mod( 'html_shop_page_content' ) && ! is_product_category() && ! is_product_tag() ) ) { return; } $after = 'data-visible-after="true"'; $class = 'show-for-medium'; if ( 'off-canvas' === $layout ) { $after = ''; $class = ''; } $custom_filter_text = get_theme_mod( 'category_filter_text' ); $filter_text = $custom_filter_text ? $custom_filter_text : __( 'Filter', 'woocommerce' ); ?> <div class="category-filtering category-filter-row <?php echo $class ?>"> <a href="#" data-open="#shop-sidebar" <?php echo $after ?> data-pos="left" class="filter-button uppercase plain"> <i class="icon-equalizer"></i> <strong><?php echo $filter_text ?></strong> </a> <div class="inline-block"> <?php the_widget( 'WC_Widget_Layered_Nav_Filters' ) ?> </div> </div>