Advertisement
Guest User

Untitled

a guest
Jan 7th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. object(WP_Query)#254 (44) {
  2. ["query"]=>
  3. array(1) {
  4. ["pagename"]=>
  5. string(6) "test-2"
  6. }
  7. ["query_vars"]=>
  8. array(56) {
  9. ["pagename"]=>
  10. string(6) "test-2"
  11. ["error"]=>
  12. string(0) ""
  13. ["m"]=>
  14. int(0)
  15. ["p"]=>
  16. int(0)
  17. ["post_parent"]=>
  18. string(0) ""
  19. ["subpost"]=>
  20. string(0) ""
  21. ["subpost_id"]=>
  22. string(0) ""
  23. ["attachment"]=>
  24. string(0) ""
  25. ["attachment_id"]=>
  26. int(0)
  27. ["name"]=>
  28. string(6) "test-2"
  29. ["static"]=>
  30. string(0) ""
  31. ["page_id"]=>
  32. int(0)
  33. ["second"]=>
  34. string(0) ""
  35. ["minute"]=>
  36. string(0) ""
  37. ["hour"]=>
  38. string(0) ""
  39. ["day"]=>
  40. int(0)
  41. ["monthnum"]=>
  42. int(0)
  43. ["year"]=>
  44. int(0)
  45. ["w"]=>
  46. int(0)
  47. ["category_name"]=>
  48. string(0) ""
  49. ["tag"]=>
  50. string(0) ""
  51. ["cat"]=>
  52. string(0) ""
  53. ["tag_id"]=>
  54. string(0) ""
  55. ["author_name"]=>
  56. string(0) ""
  57. ["feed"]=>
  58. string(0) ""
  59. ["tb"]=>
  60. string(0) ""
  61. ["paged"]=>
  62. int(0)
  63. ["comments_popup"]=>
  64. string(0) ""
  65. ["meta_key"]=>
  66. string(0) ""
  67. ["meta_value"]=>
  68. string(0) ""
  69. ["preview"]=>
  70. string(0) ""
  71. ["s"]=>
  72. string(0) ""
  73. ["sentence"]=>
  74. string(0) ""
  75. ["fields"]=>
  76. string(0) ""
  77. ["category__in"]=>
  78. array(0) {
  79. }
  80. ["category__not_in"]=>
  81. array(0) {
  82. }
  83. ["category__and"]=>
  84. array(0) {
  85. }
  86. ["post__in"]=>
  87. array(0) {
  88. }
  89. ["post__not_in"]=>
  90. array(0) {
  91. }
  92. ["tag__in"]=>
  93. array(0) {
  94. }
  95. ["tag__not_in"]=>
  96. array(0) {
  97. }
  98. ["tag__and"]=>
  99. array(0) {
  100. }
  101. ["tag_slug__in"]=>
  102. array(0) {
  103. }
  104. ["tag_slug__and"]=>
  105. array(0) {
  106. }
  107. ["ignore_sticky_posts"]=>
  108. bool(false)
  109. ["suppress_filters"]=>
  110. bool(false)
  111. ["cache_results"]=>
  112. bool(true)
  113. ["update_post_term_cache"]=>
  114. bool(true)
  115. ["update_post_meta_cache"]=>
  116. bool(true)
  117. ["post_type"]=>
  118. string(0) ""
  119. ["posts_per_page"]=>
  120. int(10)
  121. ["nopaging"]=>
  122. bool(false)
  123. ["comments_per_page"]=>
  124. string(2) "50"
  125. ["no_found_rows"]=>
  126. bool(false)
  127. ["order"]=>
  128. string(4) "DESC"
  129. ["orderby"]=>
  130. string(23) "wp_posts.post_date DESC"
  131. }
  132. ["tax_query"]=>
  133. NULL
  134. ["queried_object"]=>
  135. object(stdClass)#83 (25) {
  136. ["ID"]=>
  137. int(839)
  138. ["post_author"]=>
  139. string(1) "1"
  140. ["post_date"]=>
  141. string(19) "2013-01-07 13:09:29"
  142. ["post_date_gmt"]=>
  143. string(19) "2013-01-07 13:09:29"
  144. ["post_content"]=>
  145. string(7) "Content"
  146. ["post_title"]=>
  147. string(4) "Test"
  148. ["post_excerpt"]=>
  149. string(0) ""
  150. ["post_status"]=>
  151. string(7) "private"
  152. ["comment_status"]=>
  153. string(4) "open"
  154. ["ping_status"]=>
  155. string(4) "open"
  156. ["post_password"]=>
  157. string(0) ""
  158. ["post_name"]=>
  159. string(6) "test-2"
  160. ["to_ping"]=>
  161. string(0) ""
  162. ["pinged"]=>
  163. string(0) ""
  164. ["post_modified"]=>
  165. string(19) "2013-01-07 13:11:34"
  166. ["post_modified_gmt"]=>
  167. string(19) "2013-01-07 13:11:34"
  168. ["post_content_filtered"]=>
  169. string(0) ""
  170. ["post_parent"]=>
  171. int(0)
  172. ["guid"]=>
  173. string(41) "http://discerninghistory.com/?page_id=839"
  174. ["menu_order"]=>
  175. int(0)
  176. ["post_type"]=>
  177. string(4) "page"
  178. ["post_mime_type"]=>
  179. string(0) ""
  180. ["comment_count"]=>
  181. string(1) "0"
  182. ["ancestors"]=>
  183. array(0) {
  184. }
  185. ["filter"]=>
  186. string(4) "page"
  187. }
  188. ["queried_object_id"]=>
  189. int(839)
  190. ["request"]=>
  191. string(139) " SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND (wp_posts.ID = '839') AND wp_posts.post_type = 'page' ORDER BY wp_posts.post_date DESC "
  192. ["posts"]=>
  193. &array(0) {
  194. }
  195. ["post_count"]=>
  196. int(0)
  197. ["current_post"]=>
  198. int(-1)
  199. ["in_the_loop"]=>
  200. bool(false)
  201. ["comment_count"]=>
  202. int(0)
  203. ["current_comment"]=>
  204. int(-1)
  205. ["found_posts"]=>
  206. int(0)
  207. ["max_num_pages"]=>
  208. int(0)
  209. ["max_num_comment_pages"]=>
  210. int(0)
  211. ["is_single"]=>
  212. bool(false)
  213. ["is_preview"]=>
  214. bool(false)
  215. ["is_page"]=>
  216. bool(false)
  217. ["is_archive"]=>
  218. bool(false)
  219. ["is_date"]=>
  220. bool(false)
  221. ["is_year"]=>
  222. bool(false)
  223. ["is_month"]=>
  224. bool(false)
  225. ["is_day"]=>
  226. bool(false)
  227. ["is_time"]=>
  228. bool(false)
  229. ["is_author"]=>
  230. bool(false)
  231. ["is_category"]=>
  232. bool(false)
  233. ["is_tag"]=>
  234. bool(false)
  235. ["is_tax"]=>
  236. bool(false)
  237. ["is_search"]=>
  238. bool(false)
  239. ["is_feed"]=>
  240. bool(false)
  241. ["is_comment_feed"]=>
  242. bool(false)
  243. ["is_trackback"]=>
  244. bool(false)
  245. ["is_home"]=>
  246. bool(false)
  247. ["is_404"]=>
  248. bool(true)
  249. ["is_comments_popup"]=>
  250. bool(false)
  251. ["is_paged"]=>
  252. bool(false)
  253. ["is_admin"]=>
  254. bool(false)
  255. ["is_attachment"]=>
  256. bool(false)
  257. ["is_singular"]=>
  258. bool(false)
  259. ["is_robots"]=>
  260. bool(false)
  261. ["is_posts_page"]=>
  262. bool(false)
  263. ["is_post_type_archive"]=>
  264. bool(false)
  265. ["query_vars_hash"]=>
  266. string(32) "bac2475987a948e78c0f1849c861374c"
  267. ["query_vars_changed"]=>
  268. bool(false)
  269. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement