diff --git a/includes/class-wc-tax.php b/includes/class-wc-tax.php index 5f4aa1c8ba3..8dd22c22dbc 100644 --- a/includes/class-wc-tax.php +++ b/includes/class-wc-tax.php @@ -403,7 +403,7 @@ class WC_Tax { $criteria_string = implode( ' AND ', $criteria ); - // phpcs:disable WordPress.DB.PreparedSQL.NotPrepared + // phpcs:disable WordPress.DB.PreparedSQL.InterpolatedNotPrepared $found_rates = $wpdb->get_results( " SELECT tax_rates.*, COUNT( locations.location_id ) as postcode_count, COUNT( locations2.location_id ) as city_count