Automattic\WooCommerce\EmailEditor\Engine\Renderer\ContentRenderer

Content_Renderer::block_parserpublicWC 1.0

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() code WC 10.5.0

public function block_parser() {
	return 'Automattic\WooCommerce\EmailEditor\Engine\Renderer\ContentRenderer\Blocks_Parser';
}