query_loop_block_query_vars
Filter Hook: Filters the arguments which will be passed to `WP_Query` for the Query Loop Block.
Source: wp-includes/blocks.php:1377
Filter Hook: Filters the arguments which will be passed to `WP_Query` for the Query Loop Block.
Source: wp-includes/blocks.php:1377
Function: Helper function that constructs a comment query vars array from the passed block properties.
Source: wp-includes/blocks.php:1427
Function: Helper function that returns the proper pagination arrow HTML for `CommentsPaginationNext` and `CommentsPaginationPrevious` blocks based on the provided `paginationArrow` from `CommentsPagination` context.
Source: wp-includes/blocks.php:1498
Function: Helper function that returns the proper pagination arrow HTML for `QueryPaginationNext` and `QueryPaginationPrevious` blocks based on the provided `paginationArrow` from `QueryPagination` context.
Source: wp-includes/blocks.php:1393
Function: Gets i18n schema for block’s metadata read from `block.json` file.
Source: wp-includes/blocks.php:282
Function: Checks whether the current block type supports the feature requested.
Source: wp-includes/blocks.php:1175
Function: Converts typography keys declared under `supports.*` to `supports.typography.*`.
Source: wp-includes/blocks.php:1194
Function: Helper function that constructs a WP_Query args array from a `Query` block properties.
Source: wp-includes/blocks.php:1250
Function: Renders inner blocks from the allowed wrapper blocks for generating an excerpt.
Source: wp-includes/blocks.php:962
Filter Hook: Filters the list of blocks that can be used as wrapper blocks, allowing excerpts to be generated from the `innerBlocks` of these wrappers.
Source: wp-includes/blocks.php:907
Filter Hook: Filters the settings determined from the block type metadata.
Source: wp-includes/blocks.php:498
Filter Hook: Filters the metadata provided for registering a block type.
Source: wp-includes/blocks.php:354
Filter Hook: Filters the default context provided to a rendered block.
Source: wp-includes/blocks.php:1047
Function: Generates the name for an asset based on the name of the block and the field name provided.
Source: wp-includes/blocks.php:46
Function: Finds a script handle for the selected block metadata field. It detects when a path to file was provided and finds a corresponding asset file with details necessary to register the script under automatically generated handle name. It returns unprocessed script handle otherwise.
Source: wp-includes/blocks.php:92
Function: Finds a style handle for the block metadata field. It detects when a path to file was provided and registers the style under automatically generated handle name. It returns unprocessed style handle otherwise.
Source: wp-includes/blocks.php:184
Function: Registers a block type from the metadata stored in the `block.json` file.
Source: wp-includes/blocks.php:308
Function: Removes the block asset’s path prefix if provided.
Source: wp-includes/blocks.php:18
Function: Filters and sanitizes block content to remove non-allowable HTML from parsed block attribute values.
Source: wp-includes/blocks.php:794
Function: Filters and sanitizes a parsed block to remove non-allowable HTML from block attribute values.
Source: wp-includes/blocks.php:820
Function: Filters and sanitizes a parsed block attribute value to remove non-allowable HTML.
Source: wp-includes/blocks.php:846
Function: Returns a joined string of the aggregate serialization of the given parsed blocks.
Source: wp-includes/blocks.php:776
Function: Given an array of attributes, returns a string in the serialized attributes format prepared for post content.
Source: wp-includes/blocks.php:672
Function: Returns the block name to use for serialization. This will remove the default “core/” namespace from a block name.
Source: wp-includes/blocks.php:694
Function: Returns the content of a block, including comment delimiters.
Source: wp-includes/blocks.php:713
Function: Returns the content of a block, including comment delimiters, serializing all attributes from the given parsed block.
Source: wp-includes/blocks.php:748
Function: Registers a new block style.
Source: wp-includes/blocks.php:1148
Function: Unregisters a block style.
Source: wp-includes/blocks.php:1161
Filter Hook: Allows render_block() to be short-circuited, by returning a non-null value.
Source: wp-includes/blocks.php:1004
Filter Hook: Filters the block being rendered in render_block() , before it’s processed.
Source: wp-includes/blocks.php:1021