Advertisement
Guest User

Untitled

a guest
Aug 17th, 2011
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. $country_arr = array(
  2. 'key' => '_ct_multiselectbox_4e4980ea9dbd9',
  3. 'value' => '(USA,Australia)',
  4. 'compare' => '=',
  5. 'type' => 'CHAR'
  6. );
  7. $vacation_arr = array(
  8. 'key' => '_ct_multiselectbox_4e46766e7ada0',
  9. 'value' => '(Sun,Ski)',
  10. 'compare' => '=',
  11. 'type' => 'CHAR'
  12. );
  13.  
  14. $args = array(
  15. 'post_type' => 'wdl',
  16. 'wdl_supplier_type' => 'wedding_photographers',
  17. 'meta_query' => array($country_arr,$vacation_arr)
  18. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement