From 6e7673790a7ae82b753f8e58188ec1cd6b9e5ac2 Mon Sep 17 00:00:00 2001 From: Paul Kang Date: Wed, 14 May 2025 11:02:03 -0700 Subject: [PATCH] Fix lint issues for ProductSets/Sync.php --- includes/ProductSets/Sync.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/ProductSets/Sync.php b/includes/ProductSets/Sync.php index 42a8488f8..e72d35d20 100644 --- a/includes/ProductSets/Sync.php +++ b/includes/ProductSets/Sync.php @@ -1,5 +1,4 @@ get_results( $sql ); + $variation_ids = $wpdb->get_results( $sql ); // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared if ( ! empty( $variation_ids ) ) { // product_variations: add retailer id to the products filter