HEX
Server: Apache
System: Linux mykonsul-referensi-wordpress-859c8c8f8d-fq4qv 6.1.0-35-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.137-1 (2025-05-07) x86_64
User: (1001)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /opt/bitnami/wordpress/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();
}