Advertisement
skalibran

Untitled

Oct 22nd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. $args = array(
  2. 'post_type' => 'produkt_varianten',
  3. 'posts_per_page' => -1,
  4. 'fields' => 'ids',
  5. 'meta_query' => array(
  6. array(
  7. 'key' => 'a001',
  8. 'value' => $groupNameArray,
  9. 'compare' => 'IN'
  10. )
  11. )
  12. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement