Advertisement
Guest User

Untitled

a guest
Feb 16th, 2012
937
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.35 KB | None | 0 0
  1. WP_Query Object (
  2. [query_vars] => Array (
  3. [p] => 23433
  4. [post_type] => any
  5. [post_status] => any
  6. [error] =>
  7. [m] => 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. [category__not_in] => Array ( )
  41. [category__and] => Array ( )
  42. [post__in] => Array ( )
  43. [post__not_in] => Array ( )
  44. [tag__in] => Array ( )
  45. [tag__not_in] => Array ( )
  46. [tag__and] => Array ( )
  47. [tag_slug__in] => Array ( )
  48. [tag_slug__and] => Array ( )
  49. [ignore_sticky_posts] =>
  50. [suppress_filters] =>
  51. [cache_results] => 1
  52. [update_post_term_cache] => 1
  53. [update_post_meta_cache] => 1
  54. [posts_per_page] => 10
  55. [nopaging] =>
  56. [comments_per_page] => 50
  57. [no_found_rows] =>
  58. [order] => DESC )
  59. [tax_query] =>
  60. [meta_query] => WP_Meta_Query Object (
  61. [queries] => Array ( )
  62. [relation] => )
  63. [post_count] => 0
  64. [current_post] => -1
  65. [in_the_loop] =>
  66. [comment_count] => 0
  67. [current_comment] => -1
  68. [found_posts] => 0
  69. [max_num_pages] => 0
  70. [max_num_comment_pages] => 0
  71. [is_single] => 1
  72. [is_preview] =>
  73. [is_page] =>
  74. [is_archive] =>
  75. [is_date] =>
  76. [is_year] =>
  77. [is_month] =>
  78. [is_day] =>
  79. [is_time] =>
  80. [is_author] =>
  81. [is_category] =>
  82. [is_tag] =>
  83. [is_tax] =>
  84. [is_search] =>
  85. [is_feed] =>
  86. [is_comment_feed] =>
  87. [is_trackback] =>
  88. [is_home] =>
  89. [is_404] =>
  90. [is_comments_popup] =>
  91. [is_paged] =>
  92. [is_admin] =>
  93. [is_attachment] =>
  94. [is_singular] => 1
  95. [is_robots] =>
  96. [is_posts_page] =>
  97. [is_post_type_archive] =>
  98. [query_vars_hash] => 65f0fa32a80ab76294b9ab2229902269
  99. [query_vars_changed] =>
  100. [thumbnails_cached] =>
  101. [query] => Array (
  102. [p] => 23433
  103. [post_type] => any
  104. [post_status] => any )
  105. [request] => SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.ID = 23433 AND wp_posts.post_type IN ('post', 'page', 'attachment', 'press', 'blog', 'event', 'news', 'chart') AND (wp_posts.post_status <> 'trash' AND wp_posts.post_status <> 'auto-draft') ORDER BY wp_posts.post_date DESC
  106. [posts] => Array ( ) )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement