Skip to content

Instantly share code, notes, and snippets.

@keesiemeijer
Created December 18, 2014 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keesiemeijer/7b8b7e99a44b496659be to your computer and use it in GitHub Desktop.
Save keesiemeijer/7b8b7e99a44b496659be to your computer and use it in GitHub Desktop.
parsing query.php 4.1
Processing file 427 of 479 "wp-includes/query.php".
Updated function "get_query_var"
Updated function "get_queried_object"
Updated function "get_queried_object_id"
Updated function "set_query_var"
Updated function "query_posts"
Updated function "wp_reset_query"
Updated function "wp_reset_postdata"
Updated function "is_archive"
Updated function "is_post_type_archive"
Updated function "is_attachment"
Updated function "is_author"
Updated function "is_category"
Updated function "is_tag"
Updated function "is_tax"
Updated function "is_comments_popup"
Updated function "is_date"
Updated function "is_day"
Updated function "is_feed"
Updated function "is_comment_feed"
Updated function "is_front_page"
Updated function "is_home"
Updated function "is_month"
Updated function "is_page"
Updated function "is_paged"
Updated function "is_preview"
Updated function "is_robots"
Updated function "is_search"
Updated function "is_single"
Updated function "is_singular"
Updated function "is_time"
Updated function "is_trackback"
Updated function "is_year"
Updated function "is_404"
Updated function "is_main_query"
Updated function "have_posts"
Updated function "in_the_loop"
Updated function "rewind_posts"
Updated function "the_post"
Updated function "have_comments"
Updated function "the_comment"
Updated function "wp_old_slug_redirect"
Updated function "setup_postdata"
Updated class "WP_Query"
Updated method "WP_Query::init_query_flags"
Updated method "WP_Query::init"
Updated method "WP_Query::parse_query_vars"
Updated method "WP_Query::fill_query_vars"
Updated method "WP_Query::parse_query"
Updated hook "parse_query"
Updated method "WP_Query::parse_tax_query"
Updated hook "parse_tax_query"
Updated method "WP_Query::parse_search"
Updated method "WP_Query::parse_search_terms"
Updated method "WP_Query::get_search_stopwords"
Updated hook "wp_search_stopwords"
Updated method "WP_Query::parse_search_order"
Updated method "WP_Query::parse_orderby"
Updated method "WP_Query::parse_order"
Updated method "WP_Query::set_404"
Updated method "WP_Query::get"
Updated method "WP_Query::set"
Updated method "WP_Query::get_posts"
Updated hook "pre_get_posts"
Updated hook "posts_search"
Updated hook "posts_search_orderby"
Updated hook "posts_where"
Updated hook "posts_join"
Updated hook "comment_feed_join"
Updated hook "comment_feed_where"
Updated hook "comment_feed_groupby"
Updated hook "comment_feed_orderby"
Updated hook "comment_feed_limits"
Updated hook "posts_where_paged"
Updated hook "posts_groupby"
Updated hook "posts_join_paged"
Updated hook "posts_orderby"
Updated hook "posts_distinct"
Updated hook "post_limits"
Updated hook "posts_fields"
Updated hook "posts_clauses"
Updated hook "posts_selection"
Updated hook "posts_where_request"
Updated hook "posts_groupby_request"
Updated hook "posts_join_request"
Updated hook "posts_orderby_request"
Updated hook "posts_distinct_request"
Updated hook "posts_fields_request"
Updated hook "post_limits_request"
Updated hook "posts_clauses_request"
Updated hook "posts_request"
Updated hook "split_the_query"
Updated hook "posts_request_ids"
Updated hook "posts_results"
Updated hook "comment_feed_join"
Updated hook "comment_feed_where"
Updated hook "comment_feed_groupby"
Updated hook "comment_feed_orderby"
Updated hook "comment_feed_limits"
Updated hook "the_preview"
Updated hook "the_posts"
Updated method "WP_Query::set_found_posts"
Updated hook "found_posts_query"
Updated hook "found_posts"
Updated method "WP_Query::next_post"
Updated method "WP_Query::the_post"
Updated hook "loop_start"
Updated method "WP_Query::have_posts"
Updated hook "loop_end"
Updated method "WP_Query::rewind_posts"
Updated method "WP_Query::next_comment"
Updated method "WP_Query::the_comment"
Updated hook "comment_loop_start"
Updated method "WP_Query::have_comments"
Updated method "WP_Query::rewind_comments"
Updated method "WP_Query::query"
Updated method "WP_Query::get_queried_object"
Updated method "WP_Query::get_queried_object_id"
Updated method "WP_Query::__construct"
Updated method "WP_Query::__get"
Updated method "WP_Query::__isset"
Updated method "WP_Query::__unset"
Updated method "WP_Query::__call"
Updated method "WP_Query::is_archive"
Updated method "WP_Query::is_post_type_archive"
Updated method "WP_Query::is_attachment"
Updated method "WP_Query::is_author"
Updated method "WP_Query::is_category"
Updated method "WP_Query::is_tag"
Updated method "WP_Query::is_tax"
Updated method "WP_Query::is_comments_popup"
Updated method "WP_Query::is_date"
Updated method "WP_Query::is_day"
Updated method "WP_Query::is_feed"
Updated method "WP_Query::is_comment_feed"
Updated method "WP_Query::is_front_page"
Updated method "WP_Query::is_home"
Updated method "WP_Query::is_month"
Updated method "WP_Query::is_page"
Updated method "WP_Query::is_paged"
Updated method "WP_Query::is_preview"
Updated method "WP_Query::is_robots"
Updated method "WP_Query::is_search"
Updated method "WP_Query::is_single"
Updated method "WP_Query::is_singular"
Updated method "WP_Query::is_time"
Updated method "WP_Query::is_trackback"
Updated method "WP_Query::is_year"
Updated method "WP_Query::is_404"
Updated method "WP_Query::is_main_query"
Imported method "WP_Query::setup_postdata"
Imported hook "the_post"
Updated method "WP_Query::reset_postdata"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment