HUSKY - Products Filter Professional for WooCommerce

woof_slider_meta_query_type

Hook woof_slider_meta_query_type ist für Meta-Schieberegler-Typen, zum Beispiel Dezimalwerte:

add_filter('woof_slider_meta_query_type',function($type,$key){    
    return "DECIMAL(5,3)";
},2,10);