build_comment_query_vars_from_block()
Function: Helper function that constructs a comment query vars array from the passed block properties.
Source: wp-includes/blocks.php:1287
Function: Helper function that constructs a comment query vars array from the passed block properties.
Source: wp-includes/blocks.php:1287
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:1359
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:1209
Function: Allows multiple block styles.
Source: wp-includes/blocks.php:1239
Function: Gets i18n schema for block’s metadata read from `block.json` file.
Source: wp-includes/blocks.php:222
Function: Checks whether the current block type supports the feature requested.
Source: wp-includes/blocks.php:1023
Function: Converts typography keys declared under `supports.*` to `supports.typography.*`.
Source: wp-includes/blocks.php:1042
Function: Helper function that constructs a WP_Query args array from a `Query` block properties.
Source: wp-includes/blocks.php:1097
Function: Render inner blocks from the allowed wrapper blocks for generating an excerpt.
Source: wp-includes/blocks.php:812
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:757
Filter Hook: Filters the metadata provided for registering a block type.
Source: wp-includes/blocks.php:269
Filter Hook: Filters the settings determined from the block type metadata.
Source: wp-includes/blocks.php:355
Filter Hook: Filters the default context provided to a rendered block.
Source: wp-includes/blocks.php:897
Function: Generates the name for an asset based on the name of the block and the field name provided.
Source: wp-includes/blocks.php:43
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:79
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:154
Function: Registers a block type from the metadata stored in the `block.json` file.
Source: wp-includes/blocks.php:247
Function: Removes the block asset’s path prefix if provided.
Source: wp-includes/blocks.php:18
Function: Filters and sanitizes a parsed block to remove non-allowable HTML from block attribute values.
Source: wp-includes/blocks.php:671
Function: Filters and sanitizes a parsed block attribute value to remove non-allowable HTML.
Source: wp-includes/blocks.php:696
Function: Filters and sanitizes block content to remove non-allowable HTML from parsed block attribute values.
Source: wp-includes/blocks.php:646
Function: Given an array of attributes, returns a string in the serialized attributes format prepared for post content.
Source: wp-includes/blocks.php:526
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:547
Function: Returns the content of a block, including comment delimiters.
Source: wp-includes/blocks.php:566
Function: Returns the content of a block, including comment delimiters, serializing all attributes from the given parsed block.
Source: wp-includes/blocks.php:601
Function: Returns a joined string of the aggregate serialization of the given parsed blocks.
Source: wp-includes/blocks.php:629
Function: Registers a new block style.
Source: wp-includes/blocks.php:996
Function: Unregisters a block style.
Source: wp-includes/blocks.php:1009
Filter Hook: Allows render_block() to be short-circuited, by returning a non-null value.
Source: wp-includes/blocks.php:854
Filter Hook: Filters the block being rendered in render_block(), before it’s processed.
Source: wp-includes/blocks.php:871