1. WP_Query Object
  2. (
  3.     [query] => Array
  4.         (
  5.             [edition] => us-canada
  6.         )
  7.  
  8.     [query_vars] => Array
  9.         (
  10.             [edition] => us-canada
  11.             [error] =>
  12.             [m] => 0
  13.             [p] => 0
  14.             [post_parent] =>
  15.             [subpost] =>
  16.             [subpost_id] =>
  17.             [attachment] =>
  18.             [attachment_id] => 0
  19.             [name] =>
  20.             [static] =>
  21.             [pagename] =>
  22.             [page_id] => 0
  23.             [second] =>
  24.             [minute] =>
  25.             [hour] =>
  26.             [day] => 0
  27.             [monthnum] => 0
  28.             [year] => 0
  29.             [w] => 0
  30.             [category_name] =>
  31.             [tag] =>
  32.             [cat] =>
  33.             [tag_id] =>
  34.             [author_name] =>
  35.             [feed] =>
  36.             [tb] =>
  37.             [paged] => 0
  38.             [comments_popup] =>
  39.             [meta_key] =>
  40.             [meta_value] =>
  41.             [preview] =>
  42.             [s] =>
  43.             [sentence] =>
  44.             [fields] =>
  45.             [menu_order] =>
  46.             [category__in] => Array
  47.                 (
  48.                 )
  49.  
  50.             [category__not_in] => Array
  51.                 (
  52.                 )
  53.  
  54.             [category__and] => Array
  55.                 (
  56.                 )
  57.  
  58.             [post__in] => Array
  59.                 (
  60.                 )
  61.  
  62.             [post__not_in] => Array
  63.                 (
  64.                 )
  65.  
  66.             [tag__in] => Array
  67.                 (
  68.                 )
  69.  
  70.             [tag__not_in] => Array
  71.                 (
  72.                 )
  73.  
  74.             [tag__and] => Array
  75.                 (
  76.                 )
  77.  
  78.             [tag_slug__in] => Array
  79.                 (
  80.                 )
  81.  
  82.             [tag_slug__and] => Array
  83.                 (
  84.                 )
  85.  
  86.             [post_type] => Array
  87.                 (
  88.                     [0] => post
  89.                 )
  90.  
  91.             [tax_query] => Array
  92.                 (
  93.                     [relation] => AND
  94.                     [0] => Array
  95.                         (
  96.                             [taxonomy] => category
  97.                             [field] => id
  98.                             [terms] => Array
  99.                                 (
  100.                                     [0] => 1
  101.                                     [1] => 2
  102.                                     [2] => 4
  103.                                     [3] => 5
  104.                                 )
  105.  
  106.                         )
  107.  
  108.                     [1] => Array
  109.                         (
  110.                             [taxonomy] => edition
  111.                             [field] => id
  112.                             [terms] => Array
  113.                                 (
  114.                                     [0] => 7
  115.                                     [1] => 8
  116.                                 )
  117.  
  118.                             [operator] => NOT EXISTS
  119.                         )
  120.  
  121.                 )
  122.  
  123.         )
  124.  
  125.     [tax_query] => WP_Tax_Query Object
  126.         (
  127.             [queries] => Array
  128.                 (
  129.                     [0] => Array
  130.                         (
  131.                             [taxonomy] => edition
  132.                             [terms] => Array
  133.                                 (
  134.                                     [0] => us-canada
  135.                                 )
  136.  
  137.                             [include_children] => 1
  138.                             [field] => slug
  139.                             [operator] => IN
  140.                         )
  141.  
  142.                 )
  143.  
  144.             [relation] => AND
  145.         )
  146.  
  147.     [meta_query] =>
  148.     [queried_object] => stdClass Object
  149.         (
  150.             [term_id] => 6
  151.             [name] => US & Canada
  152.             [slug] => us-canada
  153.             [term_group] => 0
  154.             [term_taxonomy_id] => 6
  155.             [taxonomy] => edition
  156.             [description] =>
  157.             [parent] => 0
  158.             [count] => 0
  159.         )
  160.  
  161.     [queried_object_id] => 6
  162.     [post_count] => 0
  163.     [current_post] => -1
  164.     [in_the_loop] =>
  165.     [comment_count] => 0
  166.     [current_comment] => -1
  167.     [found_posts] => 0
  168.     [max_num_pages] => 0
  169.     [max_num_comment_pages] => 0
  170.     [is_single] =>
  171.     [is_preview] =>
  172.     [is_page] =>
  173.     [is_archive] => 1
  174.     [is_date] =>
  175.     [is_year] =>
  176.     [is_month] =>
  177.     [is_day] =>
  178.     [is_time] =>
  179.     [is_author] =>
  180.     [is_category] =>
  181.     [is_tag] =>
  182.     [is_tax] => 1
  183.     [is_search] =>
  184.     [is_feed] =>
  185.     [is_comment_feed] =>
  186.     [is_trackback] =>
  187.     [is_home] =>
  188.     [is_404] =>
  189.     [is_comments_popup] =>
  190.     [is_paged] =>
  191.     [is_admin] =>
  192.     [is_attachment] =>
  193.     [is_singular] =>
  194.     [is_robots] =>
  195.     [is_posts_page] =>
  196.     [is_post_type_archive] =>
  197.     [query_vars_hash] => dc743ca6178be1f6b088dcb172fa1f10
  198.     [query_vars_changed] =>
  199.     [thumbnails_cached] =>
  200. )

Posted by debug.txt at 12 Mar 2013, 21:39:30 Europe/Berlin
Language: text