Merge pull request #16129 from woocommerce/fix/16128
Fixed missing reviews in product_page shortcode with SKU
This commit is contained in:
commit
19d844fa53
|
@ -731,6 +731,9 @@ class WC_Shortcodes {
|
|||
<?php
|
||||
}
|
||||
|
||||
// For "is_single" to always make load comments_template() for reviews.
|
||||
$single_product->is_single = true;
|
||||
|
||||
ob_start();
|
||||
|
||||
global $wp_query;
|
||||
|
|
Loading…
Reference in New Issue