531 results found for “query”. Showing results 101 to 125.
-
methodWP_User_Query::__get()
Makes private properties readable for backward compatibility.
-
methodWP_User_Query::__set()
Makes private properties settable for backward compatibility.
-
Filters the custom data to log alongside a query.
-
Filters the query_vars used in get_items() for the constructed query.
Used by 2 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1225 -
methodWP_Query::is_category()
Determines whether the query is for an existing category archive page.
-
methodWP_Query::is_singular()
Determines whether the query is for an existing single post of any post type (post, attachment, page, custom post types).
-
methodWP_Query::parse_order()
Parse an ‘order’ query variable and cast it to ASC or DESC as necessary.
-
methodWP_Query::parse_query()
Parses a query string and sets query type booleans.
-
methodWP_Query::the_comment()
Sets up the current comment.
-
methodWP_Query::__construct()
Constructor.
-
methodWP_Tax_Query::get_sql()
Generates SQL clauses to be appended to a main query.
-
methodWP_User_Query::__call()
Makes private/protected methods readable for backward compatibility.
-
methodWP_User_Search::query()
Executes the user search query.
-
Filters the query arguments for a REST API post search request.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-post-search-handler.php:93 -
Filters the query arguments for a REST API term search request.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-term-search-handler.php:91 -
methodWP::build_query_string()
Sets the query string property based off of the query variable property.
-
methodWP_Date_Query::get_sql()
Generates WHERE clause to be appended to a main query.
-
methodWP_Dependencies::query()
Query the list for an item.
-
methodWP_Query::is_trackback()
Determines whether the query is for a trackback endpoint call.
-
methodWP_Query::next_comment()
Iterates current comment index and returns WP_Comment object.
-
methodWP_Query::parse_search()
Generates SQL for the WHERE clause based on passed search terms.
-
methodWP_Query::rewind_posts()
Rewinds the posts and resets post index.
-
methodWP_User_Query::__isset()
Makes private properties checkable for backward compatibility.
-
methodWP_User_Query::__unset()
Makes private properties un-settable for backward compatibility.