PATH:
home
/
letacommog
/
ldqm1
/
wp-content
/
plugins
/
woocommerce-ajax-filters
/
includes
<?php //Fix for theme that not support WooCommerce if( ! function_exists('berocket_aapf_wcshortcode_is_filtering_fix_custom') ) { function berocket_aapf_wcshortcode_is_filtering_fix_custom($is_filtering) { if( has_filter( 'woocommerce_shortcode_products_query', array( 'WC_Template_Loader', 'unsupported_archive_layered_nav_compatibility' ) ) ) { $is_filtering = true; } return $is_filtering; } } add_filter('berocket_aapf_wcshortcode_is_filtering', 'berocket_aapf_wcshortcode_is_filtering_fix_custom');
[+]
..
[-] widget_functions.php
[edit]
[-] divi-builder.php
[edit]
[+]
compatibility
[-] template_style.php
[edit]
[-] fixes.php
[edit]
[+]
admin
[-] new_widget.php
[edit]
[-] save_slider_data.php
[edit]
[-] template_styles_preview.php
[edit]
[-] custom_post.php
[edit]
[+]
filters
[-] visual-composer.php
[edit]
[-] faster_recount.php
[edit]
[-] display_filter.php
[edit]
[+]
display_filter
[-] template_builder.php
[edit]
[+]
addons
[-] functions.php
[edit]