Automattic\WooCommerce\EmailEditor\Integrations\Utils

Dom_Document_Helper::__constructpublicWC 1.0

Constructor.

Method of the class: Dom_Document_Helper{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Dom_Document_Helper = new Dom_Document_Helper();
$Dom_Document_Helper->__construct( $html_content );
$html_content(string) (required)
The HTML content to load.

Dom_Document_Helper::__construct() code WC 10.7.0

public function __construct( string $html_content ) {
	$this->load_html( $html_content );
}