Advertisement
Guest User

$wp_query in template_include

a guest
Nov 12th, 2015
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 19.11 KB | None | 0 0
  1. array(1) {
  2.     ["error"]=>
  3.     string(3) "404"
  4.   }
  5.   ["query_vars"]=>
  6.   array(61) {
  7.     ["error"]=>
  8.     string(3) "404"
  9.     ["m"]=>
  10.     string(0) ""
  11.     ["p"]=>
  12.     int(0)
  13.     ["post_parent"]=>
  14.     string(0) ""
  15.     ["subpost"]=>
  16.     string(0) ""
  17.     ["subpost_id"]=>
  18.     string(0) ""
  19.     ["attachment"]=>
  20.     string(0) ""
  21.     ["attachment_id"]=>
  22.     int(0)
  23.     ["name"]=>
  24.     string(0) ""
  25.     ["static"]=>
  26.     string(0) ""
  27.     ["pagename"]=>
  28.     string(0) ""
  29.     ["page_id"]=>
  30.     int(0)
  31.     ["second"]=>
  32.     string(0) ""
  33.     ["minute"]=>
  34.     string(0) ""
  35.     ["hour"]=>
  36.     string(0) ""
  37.     ["day"]=>
  38.     int(0)
  39.     ["monthnum"]=>
  40.     int(0)
  41.     ["year"]=>
  42.     int(0)
  43.     ["w"]=>
  44.     int(0)
  45.     ["category_name"]=>
  46.     string(0) ""
  47.     ["tag"]=>
  48.     string(0) ""
  49.     ["cat"]=>
  50.     string(0) ""
  51.     ["tag_id"]=>
  52.     string(0) ""
  53.     ["author"]=>
  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.     ["menu_order"]=>
  78.     string(0) ""
  79.     ["category__in"]=>
  80.     array(0) {
  81.     }
  82.     ["category__not_in"]=>
  83.     array(0) {
  84.     }
  85.     ["category__and"]=>
  86.     array(0) {
  87.     }
  88.     ["post__in"]=>
  89.     array(0) {
  90.     }
  91.     ["post__not_in"]=>
  92.     array(0) {
  93.     }
  94.     ["tag__in"]=>
  95.     array(0) {
  96.     }
  97.     ["tag__not_in"]=>
  98.     array(0) {
  99.     }
  100.     ["tag__and"]=>
  101.     array(0) {
  102.     }
  103.     ["tag_slug__in"]=>
  104.     array(0) {
  105.     }
  106.     ["tag_slug__and"]=>
  107.     array(0) {
  108.     }
  109.     ["post_parent__in"]=>
  110.     array(0) {
  111.     }
  112.     ["post_parent__not_in"]=>
  113.     array(0) {
  114.     }
  115.     ["author__in"]=>
  116.     array(0) {
  117.     }
  118.     ["author__not_in"]=>
  119.     array(0) {
  120.     }
  121.     ["ignore_sticky_posts"]=>
  122.     bool(false)
  123.     ["suppress_filters"]=>
  124.     bool(false)
  125.     ["cache_results"]=>
  126.     bool(true)
  127.     ["update_post_term_cache"]=>
  128.     bool(true)
  129.     ["update_post_meta_cache"]=>
  130.     bool(true)
  131.     ["post_type"]=>
  132.     string(0) ""
  133.     ["posts_per_page"]=>
  134.     int(10)
  135.     ["nopaging"]=>
  136.     bool(false)
  137.     ["comments_per_page"]=>
  138.     string(2) "50"
  139.     ["no_found_rows"]=>
  140.     bool(false)
  141.     ["order"]=>
  142.     string(4) "DESC"
  143.   }
  144.   ["tax_query"]=>
  145.   object(WP_Tax_Query)#122 (6) {
  146.    ["queries"]=>
  147.     array(0) {
  148.     }
  149.     ["relation"]=>
  150.     string(3) "AND"
  151.     ["table_aliases":protected]=>
  152.     array(0) {
  153.     }
  154.     ["queried_terms"]=>
  155.     array(0) {
  156.     }
  157.     ["primary_table"]=>
  158.     string(8) "wp_posts"
  159.     ["primary_id_column"]=>
  160.     string(2) "ID"
  161.   }
  162.   ["meta_query"]=>
  163.   object(WP_Meta_Query)#121 (9) {
  164.    ["queries"]=>
  165.     array(0) {
  166.     }
  167.     ["relation"]=>
  168.     NULL
  169.     ["meta_table"]=>
  170.     NULL
  171.     ["meta_id_column"]=>
  172.     NULL
  173.     ["primary_table"]=>
  174.     NULL
  175.     ["primary_id_column"]=>
  176.     NULL
  177.     ["table_aliases":protected]=>
  178.     array(0) {
  179.     }
  180.     ["clauses":protected]=>
  181.     array(0) {
  182.     }
  183.     ["has_or_relation":protected]=>
  184.     bool(false)
  185.   }
  186.   ["date_query"]=>
  187.   bool(false)
  188.   ["request"]=>
  189.   string(218) "SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID 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"
  190.   ["posts"]=>
  191.   &array(10) {
  192.     [0]=>
  193.     object(WP_Post)#120 (24) {
  194.      ["ID"]=>
  195.       int(354)
  196.       ["post_author"]=>
  197.       string(1) "1"
  198.       ["post_date"]=>
  199.       string(19) "2015-11-08 21:24:28"
  200.       ["post_date_gmt"]=>
  201.       string(19) "2015-11-08 15:54:28"
  202.       ["post_content"]=>
  203.       string(0) ""
  204.       ["post_title"]=>
  205.       string(14) "events-gallery"
  206.       ["post_excerpt"]=>
  207.       string(0) ""
  208.       ["post_status"]=>
  209.       string(7) "publish"
  210.       ["comment_status"]=>
  211.       string(6) "closed"
  212.       ["ping_status"]=>
  213.       string(6) "closed"
  214.       ["post_password"]=>
  215.       string(0) ""
  216.       ["post_name"]=>
  217.       string(17) "events-gallery-23"
  218.       ["to_ping"]=>
  219.       string(0) ""
  220.       ["pinged"]=>
  221.       string(0) ""
  222.       ["post_modified"]=>
  223.       string(19) "2015-11-08 21:24:28"
  224.       ["post_modified_gmt"]=>
  225.       string(19) "2015-11-08 15:54:28"
  226.       ["post_content_filtered"]=>
  227.       string(0) ""
  228.       ["post_parent"]=>
  229.       int(0)
  230.       ["guid"]=>
  231.       string(51) "http://www.mhbabeforetesting.com/events-gallery-23/"
  232.       ["menu_order"]=>
  233.       int(0)
  234.       ["post_type"]=>
  235.       string(4) "post"
  236.       ["post_mime_type"]=>
  237.       string(0) ""
  238.       ["comment_count"]=>
  239.       string(1) "0"
  240.       ["filter"]=>
  241.       string(3) "raw"
  242.     }
  243.     [1]=>
  244.     object(WP_Post)#123 (24) {
  245.      ["ID"]=>
  246.       int(357)
  247.       ["post_author"]=>
  248.       string(1) "1"
  249.       ["post_date"]=>
  250.       string(19) "2015-11-08 21:24:28"
  251.       ["post_date_gmt"]=>
  252.       string(19) "2015-11-08 15:54:28"
  253.       ["post_content"]=>
  254.       string(0) ""
  255.       ["post_title"]=>
  256.       string(14) "events-gallery"
  257.       ["post_excerpt"]=>
  258.       string(0) ""
  259.       ["post_status"]=>
  260.       string(7) "publish"
  261.       ["comment_status"]=>
  262.       string(6) "closed"
  263.       ["ping_status"]=>
  264.       string(6) "closed"
  265.       ["post_password"]=>
  266.       string(0) ""
  267.       ["post_name"]=>
  268.       string(17) "events-gallery-24"
  269.       ["to_ping"]=>
  270.       string(0) ""
  271.       ["pinged"]=>
  272.       string(0) ""
  273.       ["post_modified"]=>
  274.       string(19) "2015-11-08 21:24:28"
  275.       ["post_modified_gmt"]=>
  276.       string(19) "2015-11-08 15:54:28"
  277.       ["post_content_filtered"]=>
  278.       string(0) ""
  279.       ["post_parent"]=>
  280.       int(0)
  281.       ["guid"]=>
  282.       string(51) "http://www.mhbabeforetesting.com/events-gallery-24/"
  283.       ["menu_order"]=>
  284.       int(0)
  285.       ["post_type"]=>
  286.       string(4) "post"
  287.       ["post_mime_type"]=>
  288.       string(0) ""
  289.       ["comment_count"]=>
  290.       string(1) "0"
  291.       ["filter"]=>
  292.       string(3) "raw"
  293.     }
  294.     [2]=>
  295.     object(WP_Post)#84 (24) {
  296.      ["ID"]=>
  297.       int(358)
  298.       ["post_author"]=>
  299.       string(1) "1"
  300.       ["post_date"]=>
  301.       string(19) "2015-11-08 21:24:28"
  302.       ["post_date_gmt"]=>
  303.       string(19) "2015-11-08 15:54:28"
  304.       ["post_content"]=>
  305.       string(0) ""
  306.       ["post_title"]=>
  307.       string(18) "crs-events-gallery"
  308.       ["post_excerpt"]=>
  309.       string(0) ""
  310.       ["post_status"]=>
  311.       string(7) "publish"
  312.       ["comment_status"]=>
  313.       string(6) "closed"
  314.       ["ping_status"]=>
  315.       string(6) "closed"
  316.       ["post_password"]=>
  317.       string(0) ""
  318.       ["post_name"]=>
  319.       string(21) "csr-events-gallery-24"
  320.       ["to_ping"]=>
  321.       string(0) ""
  322.       ["pinged"]=>
  323.       string(0) ""
  324.       ["post_modified"]=>
  325.       string(19) "2015-11-08 21:24:28"
  326.       ["post_modified_gmt"]=>
  327.       string(19) "2015-11-08 15:54:28"
  328.       ["post_content_filtered"]=>
  329.       string(0) ""
  330.       ["post_parent"]=>
  331.       int(0)
  332.       ["guid"]=>
  333.       string(55) "http://www.mhbabeforetesting.com/csr-events-gallery-24/"
  334.       ["menu_order"]=>
  335.       int(0)
  336.       ["post_type"]=>
  337.       string(4) "post"
  338.       ["post_mime_type"]=>
  339.       string(0) ""
  340.       ["comment_count"]=>
  341.       string(1) "0"
  342.       ["filter"]=>
  343.       string(3) "raw"
  344.     }
  345.     [3]=>
  346.     object(WP_Post)#83 (24) {
  347.      ["ID"]=>
  348.       int(356)
  349.       ["post_author"]=>
  350.       string(1) "1"
  351.       ["post_date"]=>
  352.       string(19) "2015-11-08 21:24:28"
  353.       ["post_date_gmt"]=>
  354.       string(19) "2015-11-08 15:54:28"
  355.       ["post_content"]=>
  356.       string(0) ""
  357.       ["post_title"]=>
  358.       string(7) "gallery"
  359.       ["post_excerpt"]=>
  360.       string(0) ""
  361.       ["post_status"]=>
  362.       string(7) "publish"
  363.       ["comment_status"]=>
  364.       string(6) "closed"
  365.       ["ping_status"]=>
  366.       string(6) "closed"
  367.       ["post_password"]=>
  368.       string(0) ""
  369.       ["post_name"]=>
  370.       string(10) "gallery-68"
  371.       ["to_ping"]=>
  372.       string(0) ""
  373.       ["pinged"]=>
  374.       string(0) ""
  375.       ["post_modified"]=>
  376.       string(19) "2015-11-08 21:24:28"
  377.       ["post_modified_gmt"]=>
  378.       string(19) "2015-11-08 15:54:28"
  379.       ["post_content_filtered"]=>
  380.       string(0) ""
  381.       ["post_parent"]=>
  382.       int(0)
  383.       ["guid"]=>
  384.       string(44) "http://www.mhbabeforetesting.com/gallery-68/"
  385.       ["menu_order"]=>
  386.       int(0)
  387.       ["post_type"]=>
  388.       string(4) "post"
  389.       ["post_mime_type"]=>
  390.       string(0) ""
  391.       ["comment_count"]=>
  392.       string(1) "0"
  393.       ["filter"]=>
  394.       string(3) "raw"
  395.     }
  396.     [4]=>
  397.     object(WP_Post)#82 (24) {
  398.      ["ID"]=>
  399.       int(353)
  400.       ["post_author"]=>
  401.       string(1) "1"
  402.       ["post_date"]=>
  403.       string(19) "2015-11-08 21:24:28"
  404.       ["post_date_gmt"]=>
  405.       string(19) "2015-11-08 15:54:28"
  406.       ["post_content"]=>
  407.       string(0) ""
  408.       ["post_title"]=>
  409.       string(7) "gallery"
  410.       ["post_excerpt"]=>
  411.       string(0) ""
  412.       ["post_status"]=>
  413.       string(7) "publish"
  414.       ["comment_status"]=>
  415.       string(6) "closed"
  416.       ["ping_status"]=>
  417.       string(6) "closed"
  418.       ["post_password"]=>
  419.       string(0) ""
  420.       ["post_name"]=>
  421.       string(10) "gallery-67"
  422.       ["to_ping"]=>
  423.       string(0) ""
  424.       ["pinged"]=>
  425.       string(0) ""
  426.       ["post_modified"]=>
  427.       string(19) "2015-11-08 21:24:28"
  428.       ["post_modified_gmt"]=>
  429.       string(19) "2015-11-08 15:54:28"
  430.       ["post_content_filtered"]=>
  431.       string(0) ""
  432.       ["post_parent"]=>
  433.       int(0)
  434.       ["guid"]=>
  435.       string(44) "http://www.mhbabeforetesting.com/gallery-67/"
  436.       ["menu_order"]=>
  437.       int(0)
  438.       ["post_type"]=>
  439.       string(4) "post"
  440.       ["post_mime_type"]=>
  441.       string(0) ""
  442.       ["comment_count"]=>
  443.       string(1) "0"
  444.       ["filter"]=>
  445.       string(3) "raw"
  446.     }
  447.     [5]=>
  448.     object(WP_Post)#81 (24) {
  449.      ["ID"]=>
  450.       int(355)
  451.       ["post_author"]=>
  452.       string(1) "1"
  453.       ["post_date"]=>
  454.       string(19) "2015-11-08 21:24:28"
  455.       ["post_date_gmt"]=>
  456.       string(19) "2015-11-08 15:54:28"
  457.       ["post_content"]=>
  458.       string(0) ""
  459.       ["post_title"]=>
  460.       string(18) "crs-events-gallery"
  461.       ["post_excerpt"]=>
  462.       string(0) ""
  463.       ["post_status"]=>
  464.       string(7) "publish"
  465.       ["comment_status"]=>
  466.       string(6) "closed"
  467.       ["ping_status"]=>
  468.       string(6) "closed"
  469.       ["post_password"]=>
  470.       string(0) ""
  471.       ["post_name"]=>
  472.       string(21) "csr-events-gallery-23"
  473.       ["to_ping"]=>
  474.       string(0) ""
  475.       ["pinged"]=>
  476.       string(0) ""
  477.       ["post_modified"]=>
  478.       string(19) "2015-11-08 21:24:28"
  479.       ["post_modified_gmt"]=>
  480.       string(19) "2015-11-08 15:54:28"
  481.       ["post_content_filtered"]=>
  482.       string(0) ""
  483.       ["post_parent"]=>
  484.       int(0)
  485.       ["guid"]=>
  486.       string(55) "http://www.mhbabeforetesting.com/csr-events-gallery-23/"
  487.       ["menu_order"]=>
  488.       int(0)
  489.       ["post_type"]=>
  490.       string(4) "post"
  491.       ["post_mime_type"]=>
  492.       string(0) ""
  493.       ["comment_count"]=>
  494.       string(1) "0"
  495.       ["filter"]=>
  496.       string(3) "raw"
  497.     }
  498.     [6]=>
  499.     object(WP_Post)#80 (24) {
  500.      ["ID"]=>
  501.       int(350)
  502.       ["post_author"]=>
  503.       string(1) "1"
  504.       ["post_date"]=>
  505.       string(19) "2015-11-08 21:24:10"
  506.       ["post_date_gmt"]=>
  507.       string(19) "2015-11-08 15:54:10"
  508.       ["post_content"]=>
  509.       string(0) ""
  510.       ["post_title"]=>
  511.       string(7) "gallery"
  512.       ["post_excerpt"]=>
  513.       string(0) ""
  514.       ["post_status"]=>
  515.       string(7) "publish"
  516.       ["comment_status"]=>
  517.       string(6) "closed"
  518.       ["ping_status"]=>
  519.       string(6) "closed"
  520.       ["post_password"]=>
  521.       string(0) ""
  522.       ["post_name"]=>
  523.       string(10) "gallery-66"
  524.       ["to_ping"]=>
  525.       string(0) ""
  526.       ["pinged"]=>
  527.       string(0) ""
  528.       ["post_modified"]=>
  529.       string(19) "2015-11-08 21:24:10"
  530.       ["post_modified_gmt"]=>
  531.       string(19) "2015-11-08 15:54:10"
  532.       ["post_content_filtered"]=>
  533.       string(0) ""
  534.       ["post_parent"]=>
  535.       int(0)
  536.       ["guid"]=>
  537.       string(44) "http://www.mhbabeforetesting.com/gallery-66/"
  538.       ["menu_order"]=>
  539.       int(0)
  540.       ["post_type"]=>
  541.       string(4) "post"
  542.       ["post_mime_type"]=>
  543.       string(0) ""
  544.       ["comment_count"]=>
  545.       string(1) "0"
  546.       ["filter"]=>
  547.       string(3) "raw"
  548.     }
  549.     [7]=>
  550.     object(WP_Post)#79 (24) {
  551.      ["ID"]=>
  552.       int(352)
  553.       ["post_author"]=>
  554.       string(1) "1"
  555.       ["post_date"]=>
  556.       string(19) "2015-11-08 21:24:10"
  557.       ["post_date_gmt"]=>
  558.       string(19) "2015-11-08 15:54:10"
  559.       ["post_content"]=>
  560.       string(0) ""
  561.       ["post_title"]=>
  562.       string(18) "crs-events-gallery"
  563.       ["post_excerpt"]=>
  564.       string(0) ""
  565.       ["post_status"]=>
  566.       string(7) "publish"
  567.       ["comment_status"]=>
  568.       string(6) "closed"
  569.       ["ping_status"]=>
  570.       string(6) "closed"
  571.       ["post_password"]=>
  572.       string(0) ""
  573.       ["post_name"]=>
  574.       string(21) "csr-events-gallery-22"
  575.       ["to_ping"]=>
  576.       string(0) ""
  577.       ["pinged"]=>
  578.       string(0) ""
  579.       ["post_modified"]=>
  580.       string(19) "2015-11-08 21:24:10"
  581.       ["post_modified_gmt"]=>
  582.       string(19) "2015-11-08 15:54:10"
  583.       ["post_content_filtered"]=>
  584.       string(0) ""
  585.       ["post_parent"]=>
  586.       int(0)
  587.       ["guid"]=>
  588.       string(55) "http://www.mhbabeforetesting.com/csr-events-gallery-22/"
  589.       ["menu_order"]=>
  590.       int(0)
  591.       ["post_type"]=>
  592.       string(4) "post"
  593.       ["post_mime_type"]=>
  594.       string(0) ""
  595.       ["comment_count"]=>
  596.       string(1) "0"
  597.       ["filter"]=>
  598.       string(3) "raw"
  599.     }
  600.     [8]=>
  601.     object(WP_Post)#78 (24) {
  602.      ["ID"]=>
  603.       int(351)
  604.       ["post_author"]=>
  605.       string(1) "1"
  606.       ["post_date"]=>
  607.       string(19) "2015-11-08 21:24:10"
  608.       ["post_date_gmt"]=>
  609.       string(19) "2015-11-08 15:54:10"
  610.       ["post_content"]=>
  611.       string(0) ""
  612.       ["post_title"]=>
  613.       string(14) "events-gallery"
  614.       ["post_excerpt"]=>
  615.       string(0) ""
  616.       ["post_status"]=>
  617.       string(7) "publish"
  618.       ["comment_status"]=>
  619.       string(6) "closed"
  620.       ["ping_status"]=>
  621.       string(6) "closed"
  622.       ["post_password"]=>
  623.       string(0) ""
  624.       ["post_name"]=>
  625.       string(17) "events-gallery-22"
  626.       ["to_ping"]=>
  627.       string(0) ""
  628.       ["pinged"]=>
  629.       string(0) ""
  630.       ["post_modified"]=>
  631.       string(19) "2015-11-08 21:24:10"
  632.       ["post_modified_gmt"]=>
  633.       string(19) "2015-11-08 15:54:10"
  634.       ["post_content_filtered"]=>
  635.       string(0) ""
  636.       ["post_parent"]=>
  637.       int(0)
  638.       ["guid"]=>
  639.       string(51) "http://www.mhbabeforetesting.com/events-gallery-22/"
  640.       ["menu_order"]=>
  641.       int(0)
  642.       ["post_type"]=>
  643.       string(4) "post"
  644.       ["post_mime_type"]=>
  645.       string(0) ""
  646.       ["comment_count"]=>
  647.       string(1) "0"
  648.       ["filter"]=>
  649.       string(3) "raw"
  650.     }
  651.     [9]=>
  652.     object(WP_Post)#56 (24) {
  653.      ["ID"]=>
  654.       int(343)
  655.       ["post_author"]=>
  656.       string(1) "1"
  657.       ["post_date"]=>
  658.       string(19) "2015-11-08 21:24:09"
  659.       ["post_date_gmt"]=>
  660.       string(19) "2015-11-08 15:54:09"
  661.       ["post_content"]=>
  662.       string(0) ""
  663.       ["post_title"]=>
  664.       string(18) "crs-events-gallery"
  665.       ["post_excerpt"]=>
  666.       string(0) ""
  667.       ["post_status"]=>
  668.       string(7) "publish"
  669.       ["comment_status"]=>
  670.       string(6) "closed"
  671.       ["ping_status"]=>
  672.       string(6) "closed"
  673.       ["post_password"]=>
  674.       string(0) ""
  675.       ["post_name"]=>
  676.       string(21) "csr-events-gallery-19"
  677.       ["to_ping"]=>
  678.       string(0) ""
  679.       ["pinged"]=>
  680.       string(0) ""
  681.       ["post_modified"]=>
  682.       string(19) "2015-11-08 21:24:09"
  683.       ["post_modified_gmt"]=>
  684.       string(19) "2015-11-08 15:54:09"
  685.       ["post_content_filtered"]=>
  686.       string(0) ""
  687.       ["post_parent"]=>
  688.       int(0)
  689.       ["guid"]=>
  690.       string(55) "http://www.mhbabeforetesting.com/csr-events-gallery-19/"
  691.       ["menu_order"]=>
  692.       int(0)
  693.       ["post_type"]=>
  694.       string(4) "post"
  695.       ["post_mime_type"]=>
  696.       string(0) ""
  697.       ["comment_count"]=>
  698.       string(1) "0"
  699.       ["filter"]=>
  700.       string(3) "raw"
  701.     }
  702.   }
  703.   ["post_count"]=>
  704.   int(10)
  705.   ["current_post"]=>
  706.   int(-1)
  707.   ["in_the_loop"]=>
  708.   bool(false)
  709.   ["post"]=>
  710.   object(WP_Post)#120 (24) {
  711.    ["ID"]=>
  712.     int(354)
  713.     ["post_author"]=>
  714.     string(1) "1"
  715.     ["post_date"]=>
  716.     string(19) "2015-11-08 21:24:28"
  717.     ["post_date_gmt"]=>
  718.     string(19) "2015-11-08 15:54:28"
  719.     ["post_content"]=>
  720.     string(0) ""
  721.     ["post_title"]=>
  722.     string(14) "events-gallery"
  723.     ["post_excerpt"]=>
  724.     string(0) ""
  725.     ["post_status"]=>
  726.     string(7) "publish"
  727.     ["comment_status"]=>
  728.     string(6) "closed"
  729.     ["ping_status"]=>
  730.     string(6) "closed"
  731.     ["post_password"]=>
  732.     string(0) ""
  733.     ["post_name"]=>
  734.     string(17) "events-gallery-23"
  735.     ["to_ping"]=>
  736.     string(0) ""
  737.     ["pinged"]=>
  738.     string(0) ""
  739.     ["post_modified"]=>
  740.     string(19) "2015-11-08 21:24:28"
  741.     ["post_modified_gmt"]=>
  742.     string(19) "2015-11-08 15:54:28"
  743.     ["post_content_filtered"]=>
  744.     string(0) ""
  745.     ["post_parent"]=>
  746.     int(0)
  747.     ["guid"]=>
  748.     string(51) "http://www.mhbabeforetesting.com/events-gallery-23/"
  749.     ["menu_order"]=>
  750.     int(0)
  751.     ["post_type"]=>
  752.     string(4) "post"
  753.     ["post_mime_type"]=>
  754.     string(0) ""
  755.     ["comment_count"]=>
  756.     string(1) "0"
  757.     ["filter"]=>
  758.     string(3) "raw"
  759.   }
  760.   ["comment_count"]=>
  761.   int(0)
  762.   ["current_comment"]=>
  763.   int(-1)
  764.   ["found_posts"]=>
  765.   string(3) "117"
  766.   ["max_num_pages"]=>
  767.   float(12)
  768.   ["max_num_comment_pages"]=>
  769.   int(0)
  770.   ["is_single"]=>
  771.   bool(false)
  772.   ["is_preview"]=>
  773.   bool(false)
  774.   ["is_page"]=>
  775.   bool(false)
  776.   ["is_archive"]=>
  777.   bool(false)
  778.   ["is_date"]=>
  779.   bool(false)
  780.   ["is_year"]=>
  781.   bool(false)
  782.   ["is_month"]=>
  783.   bool(false)
  784.   ["is_day"]=>
  785.   bool(false)
  786.   ["is_time"]=>
  787.   bool(false)
  788.   ["is_author"]=>
  789.   bool(false)
  790.   ["is_category"]=>
  791.   bool(false)
  792.   ["is_tag"]=>
  793.   bool(false)
  794.   ["is_tax"]=>
  795.   bool(false)
  796.   ["is_search"]=>
  797.   bool(false)
  798.   ["is_feed"]=>
  799.   bool(false)
  800.   ["is_comment_feed"]=>
  801.   bool(false)
  802.   ["is_trackback"]=>
  803.   bool(false)
  804.   ["is_home"]=>
  805.   bool(false)
  806.   ["is_404"]=>
  807.   bool(true)
  808.   ["is_comments_popup"]=>
  809.   bool(false)
  810.   ["is_paged"]=>
  811.   bool(false)
  812.   ["is_admin"]=>
  813.   bool(false)
  814.   ["is_attachment"]=>
  815.   bool(false)
  816.   ["is_singular"]=>
  817.   bool(false)
  818.   ["is_robots"]=>
  819.   bool(false)
  820.   ["is_posts_page"]=>
  821.   bool(false)
  822.   ["is_post_type_archive"]=>
  823.   bool(false)
  824.   ["query_vars_hash":"WP_Query":private]=>
  825.   string(32) "aca9a318a7ba79ff4761669f789a38a2"
  826.   ["query_vars_changed":"WP_Query":private]=>
  827.   bool(false)
  828.   ["thumbnails_cached"]=>
  829.   bool(false)
  830.   ["stopwords":"WP_Query":private]=>
  831.   NULL
  832.   ["compat_fields":"WP_Query":private]=>
  833.   array(2) {
  834.     [0]=>
  835.     string(15) "query_vars_hash"
  836.     [1]=>
  837.     string(18) "query_vars_changed"
  838.   }
  839.   ["compat_methods":"WP_Query":private]=>
  840.   array(2) {
  841.     [0]=>
  842.     string(16) "init_query_flags"
  843.     [1]=>
  844.     string(15) "parse_tax_query"
  845.   }
  846. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement