531 results found for “query”. Showing results 76 to 100.
-
methodWP_User_Query::get()
Retrieves query variable.
-
methodWP_User_Query::set()
Sets query variable.
-
Fires after the comment query vars have been parsed.
-
Fires after the network query vars have been parsed.
-
functionwp_edit_posts_query()
Runs the query to fetch the posts for listing on the edit posts page.
-
methodWP_Query::get_posts()
Retrieves an array of posts based on query variables.
-
methodWP_Query::is_author()
Determines whether the query is for an existing author archive page.
-
methodWP_Query::is_robots()
Determines whether the query is for the robots.txt file.
-
methodWP_Query::is_search()
Determines whether the query is for a search.
-
methodWP_Query::is_single()
Determines whether the query is for an existing single post.
-
methodWP_Query::next_post()
Sets up the next post and iterate current post index.
-
function_admin_search_query()
Displays the search query.
-
Filters the query used to retrieve found comment count.
-
Filters the query used to retrieve found network count.
-
Filters query arguments passed to WP_Query in get_pages.
-
Filters the list of query variable names to remove.
-
methodWP::remove_query_var()
Removes a query variable from a list of public query variables.
-
functionwp_ajax_query_themes()
Handles getting themes from themes_api() via AJAX.
-
methodWP_Query::have_posts()
Determines whether there are more posts available in the loop.
-
methodWP_Query::is_archive()
Determines whether the query is for an existing archive page.
-
methodWP_Query::is_favicon()
Determines whether the query is for the favicon.ico file.
-
methodWP_Query::is_preview()
Determines whether the query is for a post or page preview.
-
methodWP_Site_Query::query()
Sets up the WordPress query for retrieving sites.
-
methodWP_Term_Query::query()
Sets up the query and retrieves the results.
-
methodWP_User_Query::query()
Executes the query, with the current variables.