ClassicPress logo
Skip to content
Filter by type:
Browse: Home / wp-includes/date.php

WP_Date_Query::get_sql()

Method: Generate WHERE clause to be appended to a main query.

Source: wp-includes/date.php:546

Used by 0 functions | Uses 3 functions

WP_Date_Query::build_time_query()

Method: Builds a query string for comparing time values (hour, minute, second).

Source: wp-includes/date.php:943

Used by 1 function | Uses 2 functions

WP_Date_Query::build_mysql_datetime()

Method: Builds a MySQL format date/time based on some query parameters.

Source: wp-includes/date.php:856

Used by 1 function | Uses 1 function

WP_Date_Query::build_value()

Method: Builds and validates a value string based on the comparison operator.

Source: wp-includes/date.php:794

Used by 2 functions | Uses 0 functions

WP_Date_Query::get_sql_for_clause()

Method: Turns a first-order date query into SQL for a WHERE clause.

Source: wp-includes/date.php:705

Used by 2 functions | Uses 7 functions

WP_Date_Query::get_sql_for_subquery()

Method: Turns a single date clause into pieces for a WHERE clause.

Source: wp-includes/date.php:687

Used by 0 functions | Uses 1 function

WP_Date_Query::get_sql_for_query()

Method: Generate SQL clauses for a single query array.

Source: wp-includes/date.php:605

Used by 2 functions | Uses 3 functions

WP_Date_Query::get_sql_clauses()

Method: Generate SQL clauses to be appended to a main query.

Source: wp-includes/date.php:577

Used by 1 function | Uses 1 function

get_date_sql

Filter Hook: Filters the date query WHERE clause.

Source: wp-includes/date.php:559

Used by 1 function | Uses 0 functions

WP_Date_Query

Class: Class for generating SQL clauses that filter a primary query according to date.

Source: wp-includes/date.php:17

Used by 0 functions | Uses 0 functions
1 2 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy