Advertisement
Guest User

Untitled

a guest
Sep 6th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. WP_Query Object
  2. (
  3. [query_vars] => Array
  4. (
  5. [page] =>
  6. [pagename] => koru-lounge/events
  7. [error] =>
  8. [m] => 0
  9. [p] => 0
  10. [post_parent] =>
  11. [subpost] =>
  12. [subpost_id] =>
  13. [attachment] =>
  14. [attachment_id] => 0
  15. [name] =>
  16. [static] =>
  17. [page_id] => 0
  18. [second] =>
  19. [minute] =>
  20. [hour] =>
  21. [day] => 0
  22. [monthnum] => 0
  23. [year] => 0
  24. [w] => 0
  25. [category_name] =>
  26. [tag] =>
  27. [cat] =>
  28. [tag_id] =>
  29. [author_name] =>
  30. [feed] =>
  31. [tb] =>
  32. [paged] => 0
  33. [comments_popup] =>
  34. [meta_key] => _event_date
  35. [meta_value] =>
  36. [preview] =>
  37. [s] =>
  38. [sentence] =>
  39. [fields] =>
  40. [category__in] => Array
  41. (
  42. )
  43.  
  44. [category__not_in] => Array
  45. (
  46. )
  47.  
  48. [category__and] => Array
  49. (
  50. )
  51.  
  52. [post__in] => Array
  53. (
  54. )
  55.  
  56. [post__not_in] => Array
  57. (
  58. )
  59.  
  60. [tag__in] => Array
  61. (
  62. )
  63.  
  64. [tag__not_in] => Array
  65. (
  66. )
  67.  
  68. [tag__and] => Array
  69. (
  70. )
  71.  
  72. [tag_slug__in] => Array
  73. (
  74. )
  75.  
  76. [tag_slug__and] => Array
  77. (
  78. )
  79.  
  80. [is_page] =>
  81. [is_singular] =>
  82. [meta_query] => Array
  83. (
  84. [0] => Array
  85. (
  86. [key] => _event_date
  87. [value] => 2012-09-06
  88. [compare] => >=
  89. )
  90.  
  91. [1] => Array
  92. (
  93. [key] => _event_venue
  94. [value] => Koru Lounge
  95. [compare] => LIKE
  96. )
  97.  
  98. )
  99.  
  100. [post_status] => publish
  101. [orderby] => meta_value
  102. [order] => ASC
  103. [ignore_sticky_posts] => 1
  104. )
  105.  
  106. [tax_query] =>
  107. [meta_query] =>
  108. [post_count] => 0
  109. [current_post] => -1
  110. [in_the_loop] =>
  111. [comment_count] => 0
  112. [current_comment] => -1
  113. [found_posts] => 0
  114. [max_num_pages] => 0
  115. [max_num_comment_pages] => 0
  116. [is_single] =>
  117. [is_preview] =>
  118. [is_page] => 1
  119. [is_archive] =>
  120. [is_date] =>
  121. [is_year] =>
  122. [is_month] =>
  123. [is_day] =>
  124. [is_time] =>
  125. [is_author] =>
  126. [is_category] =>
  127. [is_tag] =>
  128. [is_tax] =>
  129. [is_search] =>
  130. [is_feed] =>
  131. [is_comment_feed] =>
  132. [is_trackback] =>
  133. [is_home] =>
  134. [is_404] =>
  135. [is_comments_popup] =>
  136. [is_paged] =>
  137. [is_admin] =>
  138. [is_attachment] =>
  139. [is_singular] => 1
  140. [is_robots] =>
  141. [is_posts_page] =>
  142. [is_post_type_archive] =>
  143. [query_vars_hash] => c51587eda44c1ff7b00b70562c72ed90
  144. [query_vars_changed] =>
  145. [thumbnails_cached] =>
  146. [query] => Array
  147. (
  148. [page] =>
  149. [pagename] => koru-lounge/events
  150. )
  151.  
  152. [queried_object] => stdClass Object
  153. (
  154. [ID] => 287
  155. [post_author] => 1
  156. [post_date] => 2012-09-06 15:07:06
  157. [post_date_gmt] => 2012-09-06 14:07:06
  158. [post_content] =>
  159. [post_title] => Koru Lounge - Events
  160. [post_excerpt] =>
  161. [post_status] => publish
  162. [comment_status] => closed
  163. [ping_status] => closed
  164. [post_password] =>
  165. [post_name] => events
  166. [to_ping] =>
  167. [pinged] =>
  168. [post_modified] => 2012-09-06 15:07:06
  169. [post_modified_gmt] => 2012-09-06 14:07:06
  170. [post_content_filtered] =>
  171. [post_parent] => 46
  172. [guid] => http://pl.darwincm.net/?page_id=287
  173. [menu_order] => 1
  174. [post_type] => page
  175. [post_mime_type] =>
  176. [comment_count] => 0
  177. [ancestors] => Array
  178. (
  179. [0] => 46
  180. )
  181.  
  182. [filter] => raw
  183. )
  184.  
  185. [queried_object_id] => 287
  186. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement