serialize_blocks


serialize_blocks ( $blocks )

Parameters:
  • (array[]) blocks { Array of block structures. @type array ...$0 { An associative array of a single parsed block object. See WP_Block_Parser_Block. @type string $blockName Name of block. @type array $attrs Attributes from block comment delimiters. @type array[] $innerBlocks List of inner blocks. An array of arrays that have the same structure as this one. @type string $innerHTML HTML from inside block comment delimiters. @type array $innerContent List of string fragments and null markers where inner blocks were found. } }
Returns:
  • (string) String of rendered HTML.
Defined at:

Description

Returns a joined string of the aggregate serialization of the given parsed blocks.

Related Functions

serialize_block, serialize_block_attributes, traverse_and_serialize_blocks, traverse_and_serialize_block, remove_serialized_parent_block

Top Google Results

User discussions

wpseek mobile