Automattic\WooCommerce\EmailEditor\Engine\Renderer\ContentRenderer

Content_Renderer::block_parserpublicWC 1.0

Get block parser class

Метод класса: Content_Renderer{}

Хуков нет.

Возвращает

Строку.

Использование

$Content_Renderer = new Content_Renderer();
$Content_Renderer->block_parser();

Код Content_Renderer::block_parser() WC 10.8.1

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