PluginProbe
Tiered Pricing Table for WooCommerce / 8.0.2
Tiered Pricing Table for WooCommerce v8.0.2
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
← All changes | src/Addons/Tools/API/ToolsEndpoints.php +2 -0 6.5.0 → 8.0.2 View file →
@@ -238,8 +238,10 @@
238 238 $deletedCount += $userDeletedCount;
239 239 }
240 240 }
241 241
242 + delete_option( \TierPricingTable\Admin\Tips\Tip::SEEN_TIPS_OPTION_KEY );
243 +
242 244 $message = sprintf( 'Successfully cleaned up %d product records.', $deletedCount );
243 245
244 246 return rest_ensure_response( array(
245 247 'success' => true,