Advertisement
Guest User

Untitled

a guest
Sep 26th, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. WP_Query Object
  2. (
  3. [query_vars] => Array
  4. (
  5. [year] => 2011
  6. [name] => preview-test-post
  7. [preview] => true
  8. [post_type] => shop
  9. [template] => shop.php
  10. [error] =>
  11. [m] => 0
  12. [p] => 0
  13. [post_parent] =>
  14. [subpost] =>
  15. [subpost_id] =>
  16. [attachment] =>
  17. [attachment_id] => 0
  18. [static] =>
  19. [pagename] =>
  20. [page_id] => 0
  21. [second] =>
  22. [minute] =>
  23. [hour] =>
  24. [day] => 0
  25. [monthnum] => 0
  26. [w] => 0
  27. [category_name] =>
  28. [tag] =>
  29. [cat] =>
  30. [tag_id] =>
  31. [author_name] =>
  32. [feed] =>
  33. [tb] =>
  34. [paged] => 0
  35. [comments_popup] =>
  36. [meta_key] =>
  37. [meta_value] =>
  38. [s] =>
  39. [sentence] =>
  40. [fields] =>
  41. [category__in] => Array
  42. (
  43. )
  44.  
  45. [category__not_in] => Array
  46. (
  47. )
  48.  
  49. [category__and] => Array
  50. (
  51. )
  52.  
  53. [post__in] => Array
  54. (
  55. )
  56.  
  57. [post__not_in] => Array
  58. (
  59. )
  60.  
  61. [tag__in] => Array
  62. (
  63. )
  64.  
  65. [tag__not_in] => Array
  66. (
  67. )
  68.  
  69. [tag__and] => Array
  70. (
  71. )
  72.  
  73. [tag_slug__in] => Array
  74. (
  75. )
  76.  
  77. [tag_slug__and] => Array
  78. (
  79. )
  80.  
  81. )
  82.  
  83. [tax_query] =>
  84. [meta_query] =>
  85. [post_count] => 0
  86. [current_post] => -1
  87. [in_the_loop] =>
  88. [comment_count] => 0
  89. [current_comment] => -1
  90. [found_posts] => 0
  91. [max_num_pages] => 0
  92. [max_num_comment_pages] => 0
  93. [is_single] => 1
  94. [is_preview] => 1
  95. [is_page] =>
  96. [is_archive] =>
  97. [is_date] =>
  98. [is_year] =>
  99. [is_month] =>
  100. [is_day] =>
  101. [is_time] =>
  102. [is_author] =>
  103. [is_category] =>
  104. [is_tag] =>
  105. [is_tax] =>
  106. [is_search] =>
  107. [is_feed] =>
  108. [is_comment_feed] =>
  109. [is_trackback] =>
  110. [is_home] =>
  111. [is_404] =>
  112. [is_comments_popup] =>
  113. [is_paged] =>
  114. [is_admin] =>
  115. [is_attachment] =>
  116. [is_singular] => 1
  117. [is_robots] =>
  118. [is_posts_page] =>
  119. [is_post_type_archive] =>
  120. [query_vars_hash] => 4f41ddeb0e7a40907a4d9ea875222834
  121. [query_vars_changed] =>
  122. [thumbnails_cached] =>
  123. [query] => Array
  124. (
  125. [year] => 2011
  126. [name] => preview-test-post
  127. [preview] => true
  128. [post_type] => shop
  129. [template] => shop.php
  130. )
  131.  
  132. )
  133.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement