Добрый день,подскажите пожалуйста что я делаю не так?
Не работает выборка товаров.
$attributes = $product->get_attributes();
$argss = array(
'post_type' => 'product',
'post_status' => 'publish',
'ignore_sticky_posts' => 1,
'posts_per_page' => 50,
'tax_query' => array(
array(
'taxonomy' => 'product_cat',
'field' => 'id',
'terms' => $cat,
'cena-polotna-banner'=>array('value'=>'4500')
)
)
);
$loop = new WP_Query( $argss );
дальше вставляю в цикл
не работает фильтрация по атрибуту
'cena-polotna-banner'=>array('value'=>'4500')