Advertisement
Guest User

Untitled

a guest
Oct 13th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. WP_Query {
  2. "meta_query" => {
  3. "relation" => "OR",
  4. [
  5. "key" => "rating",
  6. "compare" => "LIKE",
  7. "value" => "AA"
  8. ]
  9. },
  10.  
  11. "tax_query" => {
  12. "relation" => "OR",
  13. [
  14. "taxonomy" =>"currencies",
  15. "field" =>"slug",
  16. "terms" => [
  17. "eur",
  18. "usd"
  19. ],
  20. "operator" => "IN"
  21. ]
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement