Current File : /home/bravrvjk/cepurhuye.rw/wp-content/plugins/bopea-function/inc/woocommerce//layout.php
<?php
add_action( 'bopea_catalog_ordering', 'woocommerce_catalog_ordering', 30 );
add_action( 'woocommerce_before_shop_loop', 'bopea_catalog_ordering_start', 30 );
function bopea_catalog_ordering_start(){
?>
<?php do_action('bopea_catalog_ordering'); ?>
<?php if ( is_active_sidebar( 'woos-sidebar' ) ) { ?>
<span class="jl_filter_btn">
<?php
if(class_exists('bopeatxt')){
echo bopeatxt::bopea_s_filter_products();
}else{
esc_html_e('Filter Products','bopea-function');
}?>
</span>
<?php } ?>
<div class="jl_shop_filter_content">
<div class="jl_shop_filter_wrap">
<div class="jl_shop_filter_inner">
<?php if ( is_active_sidebar( 'woos-sidebar' ) ) { ?>
<?php dynamic_sidebar( 'woos-sidebar' ); ?>
<?php } ?>
</div>
</div>
</div>
<?php
echo bopea_remove_woo_filter();
}