SyntaxFix
Write A Post
Hire A Developer
Questions
2017 Update - since WooCommerce 3:
global $product; $id = $product->get_id();
Woocommerce doesn't like you accessing those variables directly. This will get rid of any warnings from woocommerce if your wp_debug is true.