File: wp-includes/class-wp-query.php
-
Filters the columns to search in a WP_Query search.
-
Generates cache key.
-
Filters whether an attachment query should include filenames or not.
-
hookset_404
Fires after a 404 is triggered.
-
methodWP_Query::is_favicon()
Determines whether the query is for the favicon.ico file.
-
Generates post data.
-
Determines whether the query is for the Privacy Policy page.
-
hookloop_no_results
Fires if no results are found in a post query.
-
Filters the prefix that indicates that a search term should be excluded from results.
-
hookposts_pre_query
Filters the posts array before the query takes place.
-
Lazyloads comment meta for comments in the loop.
-
Filters the “pages” derived from splitting the post content.
-
Lazyloads term meta for posts in the loop.
-
methodWP_Query::is_embed()
Determines whether the query is for an embedded post.
-
Sets up global post data.
-
methodWP_Query::__get()
Makes private properties readable for backward compatibility.
-
methodWP_Query::__isset()
Makes private properties checkable for backward compatibility.
-
methodWP_Query::__call()
Makes private/protected methods readable for backward compatibility.
-
Converts the given orderby alias (if allowed) to a properly-prefixed value.
-
methodWP_Query::parse_order()
Parse an ‘order’ query variable and cast it to ASC or DESC as necessary.
-
Determines whether the query is the main query.
-
After looping through a nested query, this function restores the $post global to the current post in this query.
-
methodWP_Query::is_trackback()
Determines whether the query is for a trackback endpoint call.
-
methodWP_Query::is_year()
Determines whether the query is for an existing year archive.
-
methodWP_Query::is_404()
Determines whether the query is a 404 (returns no results).
-
methodWP_Query::is_page()
Determines whether the query is for an existing single page.
-
methodWP_Query::is_paged()
Determines whether the query is for a paged result and not for the first page.
-
methodWP_Query::is_preview()
Determines whether the query is for a post or page preview.
-
methodWP_Query::is_robots()
Determines whether the query is for the robots.txt file.
-
methodWP_Query::is_search()
Determines whether the query is for a search.