get_hooked_blocks()

Function: Retrieves block types hooked into the given block, grouped by anchor block type and the relative position.

Source: wp-includes/blocks.php:733

Used by 3 functions | Uses 1 function

get_comments_pagination_arrow()

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:1945

Used by 0 functions | Uses 0 functions

get_query_pagination_arrow()

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:1840

Used by 0 functions | Uses 0 functions

excerpt_allowed_wrapper_blocks

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:1319

Used by 1 function | Uses 0 functions

register_block_script_handle()

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:140

Used by 1 function | Uses 8 functions

register_block_style_handle()

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:223

Used by 1 function | Uses 9 functions