// TEMP DEBUG SYNC if (isset($_GET['run_tax_sync'])) { echo "
Checking Product ID: {$product->ID}
"; $specs = get_field('tech_specs', $product->ID); if (!$specs || !is_array($specs)) { echo "❌ No specs found.
"; } else { echo ""; print_r($specs); echo ""; } } exit; }