parse_blocks


parse_blocks ( $content )

Parameters:
  • (string) content Post content.
Returns:
  • (array[]) { Array of block structures. @type array ...$0 { A representative 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. } }
Defined at:

Description

Parses blocks out of a content string.

Related Functions

has_blocks, has_block, _flatten_blocks, do_blocks, render_block

Top Google Results

User discussions

wpseek mobile