File: wp-includes/class-wp-query.php
-
hookloop_end
Fires once the loop has ended.
-
hookposts_results
Filters the raw post results array, prior to status checks.
-
methodWP_Query::rewind_posts()
Rewinds the posts and resets post index.
-
hookthe_preview
Filters the single post for preview mode.
-
methodWP_Query::next_comment()
Iterates current comment index and returns WP_Comment object.
-
hookthe_posts
Filters the array of retrieved posts after they’ve been fetched and internally processed.
-
methodWP_Query::the_comment()
Sets up the current comment.
-
Sets up the amount of found posts and the number of pages (if limit clause was used) for the current query.
-
Fires once the comment loop is started.
-
hookposts_orderby
Filters the ORDER BY clause of the query.
-
Filters the SELECT clause of the query.
-
hookposts_distinct
Filters the DISTINCT clause of the query.
-
Filters the LIMIT clause of the query.
-
hookpost_limits
Filters the LIMIT clause of the query.
-
Filters all query clauses at once, for convenience.
-
hookposts_fields
Filters the SELECT clause of the query.
-
hookposts_request
Filters the completed SQL query before sending.
-
hookposts_clauses
Filters all query clauses at once, for convenience.
-
hooksplit_the_query
Filters whether to split the query.
-
hookposts_selection
Fires to announce the query’s current selection parameters.
-
Filters the Post IDs SQL request before sending.
-
Filters the WHERE clause of the query.
-
Filters the GROUP BY clause of the query.
-
Filters the JOIN clause of the query.
-
Filters the ORDER BY clause of the query.
-
hookposts_join_paged
Filters the JOIN clause of the query.
-
Filters the DISTINCT clause of the query.
-
Filters the ORDER BY used when ordering search results.
-
hookposts_where
Filters the WHERE clause of the query.
-
hookposts_join
Filters the JOIN clause of the query.