Notice: id was called incorrectly. Product attributes should not be accessed directly (ok)
Notice: id được gọi là không chính xác. Các thuộc tính sản phẩm không nên được truy cập trực tiếp
Last updated
Notice: id được gọi là không chính xác. Các thuộc tính sản phẩm không nên được truy cập trực tiếp
Last updated
https://github.com/woocommerce/woocommerce/issues/14369
Accessing directly product data is not allowed, e.g. $product->id. Correct method going forward is $product->get_id().