archive.html
WordPress core a2z
WordPress core only
Home
Blocks
Plugins
Themes
Sitemap
Blog
Block news
About
B
G
M
R
W
Home
»
Q
API Letter:
Q
WP_Query::generate_cache_key() – Generate cache key.
WP_Date_Query::sanitize_relation() – Sanitizes a ‘relation’ operator.
query_loop_block_query_vars – filter
wp_allow_query_attachment_by_filename – filter
term_exists_default_query_args – filter
WP_Term_Query::format_terms() – Format response depending on field requested.
register_block_core_query_no_results() – Registers the `core/query-no-results` block on the server.
render_block_core_query_no_results() – Renders the `core/query-no-results` block on the server.
wp-includes/blocks/query-no-results.php
build_comment_query_vars_from_block() – Helper function that constructs a comment query vars array from the passed block properties.
WP_Tax_Query
WP_Date_Query
render_block_core_query_pagination() – Renders the `core/query-pagination` block on the server.
get_query_pagination_arrow() – Helper function that returns the proper pagination arrow HTML for `QueryPaginationNext` and `QueryPaginationPrevious` blocks based on the provided `paginationArrow` from `QueryPagination` context.
getid3_quicktime
register_block_core_query() – Registers the `core/query` block on the server.
wp-includes/blocks/query.php
render_block_core_query_title() – Renders the `core/query-title` block on the server.
register_block_core_query_title() – Registers the `core/query-title` block on the server.
wp-includes/blocks/query-title.php
wp-includes/blocks/query-pagination.php
register_block_core_query_pagination() – Registers the `core/query-pagination` block on the server.
register_block_core_query_pagination_previous() – Registers the `core/query-pagination-previous` block on the server.
render_block_core_query_pagination_previous() – Renders the `core/query-pagination-previous` block on the server.
wp-includes/blocks/query-pagination-previous.php
render_block_core_query_pagination_numbers() – Renders the `core/query-pagination-numbers` block on the server.
register_block_core_query_pagination_numbers() – Registers the `core/query-pagination-numbers` block on the server.
wp-includes/blocks/query-pagination-numbers.php
register_block_core_query_pagination_next() – Registers the `core/query-pagination-next` block on the server.
render_block_core_query_pagination_next() – Renders the `core/query-pagination-next` block on the server.
wp-includes/blocks/query-pagination-next.php
build_query_vars_from_query_block() – Helper function that constructs a WP_Query args array from a `Query` block properties.
wp-includes/block-patterns/query-standard-posts.php
wp-includes/block-patterns/query-offset-posts.php
wp-includes/block-patterns/query-small-posts.php
wp-includes/block-patterns/query-medium-posts.php
wp-includes/block-patterns/query-grid-posts.php
wp-includes/block-patterns/query-large-title-posts.php
WP_User_Query
WP_Term_Query
WP_Site_Query
WP_Query
WP_Network_Query
WP_Meta_Query
WP_Comment_Query
pre_months_dropdown_query – filter
rest_term_search_query – filter
rest_post_format_search_query – filter
comments_template_top_level_query_args – filter
quick_edit_dropdown_authors_args – filter
wp_sitemaps_users_query_args – filter
wp_sitemaps_taxonomies_query_args – filter
wp_sitemaps_posts_query_args – filter
rest_get_queried_resource_route() – Gets the REST route for the currently queried object.
rest_queried_resource_route – filter
get_page_of_comment_query_args – filter
wp-includes/block-patterns/quote.php
PHPMailer::quotedString() – If a string contains any "special" characters, double-quote the name, and escape any double quotes with a backslash.
getid3_quicktime::MaybePascal2String() –
WP_Query::is_favicon() – Is the query for the favicon.ico file?
wpdb::get_table_from_query() – Find the first table name referenced in a query.
log_query_custom_data – filter
wpdb::_do_query() – Internal function to perform the mysql_query() call.
wpdb::log_query() – Logs query data.
wpdb::query() – Performs a database query, using current database connection.
query – filter
core_version_check_query_args – filter
get_query_template() – Retrieve path to a template
ParagonIE_Sodium_Core32_ChaCha20::quarterRound() – The ChaCha20 quarter round function. Works on four 32-bit integers.
ParagonIE_Sodium_Core_ChaCha20::quarterRound() – The ChaCha20 quarter round function. Works on four 32-bit integers.
rest_post_search_query – filter
rest_user_query – filter
rest_revision_query – filter
rest_query_var-$key – filter
rest_$this_query – filter
rest_comment_query – filter
WP_REST_Request::get_query_params() – Retrieves parameters from the query string.
WP_REST_Request::set_query_params() – Sets parameters from the query string.
is_main_query() – Determines whether the query is the main query.
get_queried_object_id() – Retrieve ID of the current queried object.
set_query_var() – Set query variable.
query_posts() – Sets up The Loop with query parameters.
wp_reset_query() – Destroys the previous query and sets up a new query.
get_query_var() – Retrieve variable in the WP_Query class.
get_queried_object() – Retrieve the currently-queried object.
wp-includes/query.php
_filter_query_attachment_filenames() – Filter the SQL clauses of an attachment query to include filenames.
wp_queue_posts_for_term_meta_lazyload() – Queues posts for lazy-loading of term meta.
wp_magic_quotes() – Add magic quotes to `$_GET`, `$_POST`, `$_COOKIE`, and `$_SERVER`.
the_search_query() – Displays the contents of the search query variable.
the_search_query – filter
get_search_query – filter
get_search_query() – Retrieves the contents of the search WordPress query variable.
get_num_queries() – Retrieve the number of database queries during the WordPress execution.
wp_removable_query_args() – Returns an array of single-use query variable names that can be removed from a URL.
removable_query_args – filter
add_magic_quotes() – Walks the array while sanitizing the contents.
build_query() – Build URL query based on an associative and, or indexed array.
_http_build_query() – From php.net (modified by Mark Jaquith to behave like the native PHP5 function).
add_query_arg() – Retrieves a modified URL query string.
remove_query_arg() – Removes an item or items from a query string.
sanitize_title_for_query() – Sanitizes a title with the ‘query’ context.
1
2
3
4
Next Page
Search
Search