Automattic\WooCommerce\EmailEditor\Engine\Renderer\ContentRenderer
Content_Renderer::block_parser
Get block parser class
Method of the class: Content_Renderer{}
No Hooks.
Returns
String.
Usage
$Content_Renderer = new Content_Renderer(); $Content_Renderer->block_parser();
Content_Renderer::block_parser() Content Renderer::block parser code WC 10.5.0
public function block_parser() {
return 'Automattic\WooCommerce\EmailEditor\Engine\Renderer\ContentRenderer\Blocks_Parser';
}