Results 1 to 1 of 1

Thread: How to get rid of Debug Mode On $wp_query->query_vars output

  1. #1
    Thread Starter
    Expired Customer vrs7's Avatar
    Join Date
    Aug 2014
    Location
    United States
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    How to get rid of Debug Mode On $wp_query->query_vars output

    Ever since I deleted a plugin I keep getting the following code appearing under the footer in Firefox:

    Debug Mode On


    $wp_query->query_vars output

    Array
    (
    [post_type] => coupon
    [post_status] => Array
    (
    [0] => publish
    [1] => unreliable
    )

    [ignore_sticky_posts] => 1
    [paged] => 1
    [error] =>
    [m] =>
    [p] => 0
    [post_parent] =>
    [subpost] =>
    [subpost_id] =>
    [attachment] =>
    [attachment_id] => 0
    [name] =>
    [static] =>
    [pagename] =>
    [page_id] => 0
    [second] =>
    [minute] =>
    [hour] =>
    [day] => 0
    [monthnum] => 0
    [year] => 0
    [w] => 0
    [category_name] =>
    [tag] =>
    [cat] =>
    [tag_id] =>
    [author] =>
    [author_name] =>
    [feed] =>
    [tb] =>
    [comments_popup] =>
    [meta_key] =>
    [meta_value] =>
    [preview] =>
    [s] =>
    [sentence] =>
    [fields] =>
    [menu_order] =>
    [category__in] => Array
    (
    )

    [category__not_in] => Array
    (
    )

    [category__and] => Array
    (
    )

    [post__in] => Array
    (
    )

    [post__not_in] => Array
    (
    )

    [tag__in] => Array
    (
    )

    [tag__not_in] => Array
    (
    )

    [tag__and] => Array
    (
    )

    [tag_slug__in] => Array
    (
    )

    [tag_slug__and] => Array
    (
    )

    [post_parent__in] => Array
    (
    )

    [post_parent__not_in] => Array
    (
    )

    [author__in] => Array
    (
    )

    [author__not_in] => Array
    (
    )

    [suppress_filters] =>
    [cache_results] => 1
    [update_post_term_cache] => 1
    [update_post_meta_cache] => 1
    [posts_per_page] => 12
    [nopaging] =>
    [comments_per_page] => 50
    [no_found_rows] =>
    [order] => DESC
    )



    $wpdb->queries output

    Any idea how I get rid of it?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Switch debug mode on/off of classipress/wordpress
    By andreuerj in forum ClassiPress General Discussion
    Replies: 0
    Last Post: June 11th, 2014, 06:35 PM
  2. Samcy Debug Mode
    By bengt_helgesson in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: March 9th, 2013, 09:10 AM
  3. Debug Mode Error
    By chrisp in forum LabZip
    Replies: 2
    Last Post: November 28th, 2012, 09:49 PM
  4. Debug Mode Error
    By chrisp in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: November 22nd, 2012, 04:40 AM
  5. URGENT: Debug mode malfunction and wordpress user toolbar disabled.
    By jetheights in forum Report JobRoller Bugs
    Replies: 27
    Last Post: October 26th, 2012, 09:14 AM