Remove duplicate param keys for sale_products shortcode. Closes #3159
This commit is contained in:
parent
9a946a2f6a
commit
73fac5ffdd
|
@ -650,8 +650,6 @@ class WC_Shortcodes {
|
|||
'no_found_rows' => 1,
|
||||
'post_status' => 'publish',
|
||||
'post_type' => 'product',
|
||||
'orderby' => 'date',
|
||||
'order' => 'ASC',
|
||||
'meta_query' => $meta_query,
|
||||
'post__in' => $product_ids_on_sale
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue