Advertisement
cmoreira

quiz query

Nov 29th, 2023
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. {
  2. "tax_query": {
  3. "0": {
  4. "taxonomy": "product_cat",
  5. "field": "term_id",
  6. "terms": [
  7. "72"
  8. ],
  9. "operator": "AND"
  10. },
  11. "1": {
  12. "taxonomy": "product_cat",
  13. "field": "term_id",
  14. "terms": [
  15. "72"
  16. ],
  17. "operator": "AND"
  18. },
  19. "2": {
  20. "taxonomy": "product_cat",
  21. "field": "term_id",
  22. "terms": [
  23. "72"
  24. ],
  25. "operator": "AND"
  26. },
  27. "3": {
  28. "taxonomy": "product_cat",
  29. "field": "term_id",
  30. "terms": [
  31. "72"
  32. ],
  33. "operator": "AND"
  34. },
  35. "4": {
  36. "taxonomy": "product_cat",
  37. "field": "term_id",
  38. "terms": [
  39. "72"
  40. ],
  41. "operator": "AND"
  42. },
  43. "relation": "AND"
  44. },
  45. "post_type": "product",
  46. "posts_per_page": "3",
  47. "orderby": "ID",
  48. "order": "DESC",
  49. "post_status": [
  50. "publish",
  51. "inherit"
  52. ]
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement