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

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

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

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

Used by 1 function | Uses 11 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:184

Used by 1 function | Uses 11 functions

serialize_block()

Function: Returns the content of a block, including comment delimiters, serializing all attributes from the given parsed block.

Source: wp-includes/blocks.php:748

Used by 4 functions | Uses 2 functions