Revert "Fix: the same set of related products is always displayed"
This reverts commit 8095482f69
.
This commit is contained in:
parent
8fc395c57d
commit
64b99d56f4
|
@ -1315,8 +1315,6 @@ class WC_Product_Data_Store_CPT extends WC_Data_Store_WP implements WC_Object_Da
|
||||||
AND p.post_type = 'product'
|
AND p.post_type = 'product'
|
||||||
|
|
||||||
",
|
",
|
||||||
'orderby' => '
|
|
||||||
ORDER BY RAND()',
|
|
||||||
'limits' => '
|
'limits' => '
|
||||||
LIMIT ' . absint( $limit ) . '
|
LIMIT ' . absint( $limit ) . '
|
||||||
',
|
',
|
||||||
|
|
Loading…
Reference in New Issue