Query

Query Functions

Functions for querying posts, managing The Loop, and checking query conditions. Source: wp-includes/query.php Loop Functions have_posts() Determines whether current WordPress...

Updated March 4, 2026

Query API Hooks

Actions and filters for modifying WordPress queries. Source: wp-includes/class-wp-query.php, wp-includes/query.php Actions Query Lifecycle pre_get_posts Fires after the query variable object...

Updated March 4, 2026

WordPress Query API

The Query API is the backbone of WordPress content retrieval, powering The Loop and determining what content displays on every...

Updated March 4, 2026

WP_Date_Query Class

Generates SQL clauses for filtering queries by date columns. Source: wp-includes/class-wp-date-query.php Since: 3.7.0 Overview WP_Date_Query is a helper class used...

Updated March 4, 2026

WP_Query Class

The main WordPress query class. Handles post retrieval, The Loop, and query state. Source: wp-includes/class-wp-query.php Since: 1.5.0 Basic Usage $query...

Updated March 4, 2026
← Back to Chubes.net