Guest User

Untitled

a guest
Jan 15th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. <pre>WP_Query Object
  2. (
  3. [query_vars] => Array
  4. (
  5. [error] =>
  6. [m] => 0
  7. [p] => 0
  8. [post_parent] =>
  9. [subpost] =>
  10. [subpost_id] =>
  11. [attachment] =>
  12. [attachment_id] => 0
  13. [name] =>
  14. [static] =>
  15. [pagename] =>
  16. [page_id] => 0
  17. [second] =>
  18. [minute] =>
  19. [hour] =>
  20. [day] => 0
  21. [monthnum] => 0
  22. [year] => 0
  23. [w] => 0
  24. [category_name] =>
  25. [tag] =>
  26. [cat] =>
  27. [tag_id] =>
  28. [author_name] =>
  29. [feed] =>
  30. [tb] =>
  31. [paged] => 0
  32. [comments_popup] =>
  33. [meta_key] =>
  34. [meta_value] =>
  35. [preview] =>
  36. [s] =>
  37. [sentence] =>
  38. [fields] =>
  39. [category__in] => Array
  40. (
  41. )
  42.  
  43. [category__not_in] => Array
  44. (
  45. )
  46.  
  47. [category__and] => Array
  48. (
  49. )
  50.  
  51. [post__in] => Array
  52. (
  53. )
  54.  
  55. [post__not_in] => Array
  56. (
  57. )
  58.  
  59. [tag__in] => Array
  60. (
  61. )
  62.  
  63. [tag__not_in] => Array
  64. (
  65. )
  66.  
  67. [tag__and] => Array
  68. (
  69. )
  70.  
  71. [tag_slug__in] => Array
  72. (
  73. )
  74.  
  75. [tag_slug__and] => Array
  76. (
  77. )
  78.  
  79. [ignore_sticky_posts] =>
  80. [suppress_filters] =>
  81. [cache_results] => 1
  82. [update_post_term_cache] => 1
  83. [update_post_meta_cache] => 1
  84. [post_type] =>
  85. [posts_per_page] => 10
  86. [nopaging] =>
  87. [comments_per_page] => 50
  88. [no_found_rows] =>
  89. [order] => DESC
  90. )
  91.  
  92. [tax_query] => WP_Tax_Query Object
  93. (
  94. [queries] => Array
  95. (
  96. )
  97.  
  98. [relation] => AND
  99. )
  100.  
  101. [meta_query] => WP_Meta_Query Object
  102. (
  103. [queries] => Array
  104. (
  105. )
  106.  
  107. [relation] =>
  108. )
  109.  
  110. [post_count] => 0
  111. [current_post] => -1
  112. [in_the_loop] =>
  113. [comment_count] => 0
  114. [current_comment] => -1
  115. [found_posts] => 0
  116. [max_num_pages] => 0
  117. [max_num_comment_pages] => 0
  118. [is_single] =>
  119. [is_preview] =>
  120. [is_page] =>
  121. [is_archive] =>
  122. [is_date] =>
  123. [is_year] =>
  124. [is_month] =>
  125. [is_day] =>
  126. [is_time] =>
  127. [is_author] =>
  128. [is_category] =>
  129. [is_tag] =>
  130. [is_tax] =>
  131. [is_search] =>
  132. [is_feed] =>
  133. [is_comment_feed] =>
  134. [is_trackback] =>
  135. [is_home] => 1
  136. [is_404] =>
  137. [is_comments_popup] =>
  138. [is_paged] =>
  139. [is_admin] =>
  140. [is_attachment] =>
  141. [is_singular] =>
  142. [is_robots] =>
  143. [is_posts_page] =>
  144. [is_post_type_archive] =>
  145. [query_vars_hash] => b52c7201ac0659efd0fc727f3f37d361
  146. [query_vars_changed] =>
  147. [thumbnails_cached] =>
  148. [query] => Array
  149. (
  150. )
  151.  
  152. [request] => SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'private') ORDER BY wp_posts.post_date DESC LIMIT 0, 10
  153. [posts] => Array
  154. (
  155. )
  156.  
  157. )
  158. </pre>
Add Comment
Please, Sign In to add comment