PATH:
home
/
lab2454c
/
gemition.com
/
wp-content
/
plugins
/
woocommerce-ajax-filters
/
includes
/
compatibility
<?php if( ! class_exists('BeRocket_AAPF_compat_woocs') ) { class BeRocket_AAPF_compat_woocs { function __construct() { add_action( 'woocommerce_price_filter_widget_min_amount', array( $this, 'return_custom_price_one' ) ); add_action( 'woocommerce_price_filter_widget_max_amount', array( $this, 'return_custom_price_one' ) ); add_filter('berocket_min_max_filter', array( $this, 'invert_custom_price_one' ) ); } function return_custom_price_one($price) { $price = apply_filters('woocs_convert_price', $price); return $price; } function invert_custom_price_one($price) { if( is_array($price) ) { foreach($price as &$single) { $single = apply_filters('woocs_back_convert_price', $single); } } return $price; } } new BeRocket_AAPF_compat_woocs(); }
[-] bodycommerce.php
[edit]
[-] wpsearch_wc_compatibility.php
[edit]
[+]
..
[-] woocs.php
[edit]
[-] aelia-currencyswitcher.php
[edit]
[-] jet_smart_filters.php
[edit]
[-] price-based-on-country.php
[edit]
[-] rank_math_seo.php
[edit]
[-] woo-multi-currency.php
[edit]
[-] wp-rocket.php
[edit]
[-] woojetpack.php
[edit]
[-] wpml.php
[edit]
[-] relevanssi.php
[edit]
[-] product-table.php
[edit]
[-] elementor-pro.php
[edit]
[-] divi-theme-builder.php
[edit]
[-] premmerce-multicurrency.php
[edit]
[-] beaver-builder.php
[edit]