I want to use a custom wc_product_meta_lookup table without editing the existing/default one. This would be made easy if their was a filter on the tables array in the function price_filter_post_clauses() in the WC_Query Class definition (line 690): $args[‘where’] .= apply_filters( ‘woocommerce_price_filter_where’, $wpdb->prepare( … ), $current_max_price, $current_min_price );
Open
Last updated: November 12, 2024
0 comments
Log in to comment on this feature request.