File: wp-includes/class-wp-query.php
-
Filters the JOIN clause of the comments feed query before sending.
-
Filters the WHERE clause of the comments feed query before sending.
-
methodWP_Query::set_404()
Sets the 404 property and saves whether query is feed.
-
Filters the GROUP BY clause of the comments feed query before sending.
-
methodWP_Query::get()
Retrieves the value of a query variable.
-
Filters the ORDER BY clause of the comments feed query before sending.
-
methodWP_Query::set()
Sets the value of a query variable.
-
Filters the LIMIT clause of the comments feed query before sending.
-
methodWP_Query::get_posts()
Retrieves an array of posts based on query variables.
-
Filters the WHERE clause of the query.
-
hookpre_get_posts
Fires after the query variable object is created, but before the actual query is run.
-
hookposts_groupby
Filters the GROUP BY clause of the query.
-
hookposts_search
Filters the search SQL that is used in the WHERE clause of WP_Query.
-
hookthe_post
Fires once the post data has been set up.
-
Checks if the terms are suitable for searching.
-
classWP_Query
The WordPress Query class.
-
Retrieves stopwords used when parsing search terms.
-
Resets query flags to false.
-
Filters stopwords used when parsing search terms.
-
methodWP_Query::init()
Initiates object properties and sets default values.
-
Generates SQL for the ORDER BY condition based on passed search terms.
-
Reparses the query vars.
-
Fills in the query variables, which do not exist within the parameter.
-
methodWP_Query::parse_query()
Parses a query string and sets query type booleans.
-
hookparse_query
Fires after the main query vars have been parsed.
-
Parses various taxonomy related query vars.
-
hookparse_tax_query
Fires after taxonomy-related query vars have been parsed.
-
methodWP_Query::parse_search()
Generates SQL for the WHERE clause based on passed search terms.