Support

Account

Home Forums General Issues array_intersect() with WP_Query displays every post Reply To: array_intersect() with WP_Query displays every post

  • Your operator should be ‘IN’

    
    array(
      'taxonomy' => 'products_tag',
      'field' => 'slug',
      'terms' => $market_match,
      'operator' => 'IN',
    ),