Woocommerce 3.6.1 Breaks wc_get_product_id_by_sku
-
The latest release has broken the call wc_get_product_id_by_sku.
I have had to go back and use SELECT post_id FROM $wpdb->postmeta WHERE meta_key=’_sku’ AND meta_value=’%s’ LIMIT 1 method.
- The topic ‘Woocommerce 3.6.1 Breaks wc_get_product_id_by_sku’ is closed to new replies.