MailPoet\EmailEditor\Engine\Renderer\ContentRenderer
Blocks_Parser::parse()
Parse the blocks from the document
Method of the class: Blocks_Parser{}
Hooks from the method
Return
Array[]
.
Usage
$Blocks_Parser = new Blocks_Parser(); $Blocks_Parser->parse( $document );
- $document(string) (required)
- Document to parse.
Blocks_Parser::parse() Blocks Parser::parse code WC 9.8.1
public function parse( $document ) { parent::parse( $document ); return apply_filters( 'mailpoet_blocks_renderer_parsed_blocks', $this->output ); }