Automattic\WooCommerce\EmailEditor\Integrations\Utils

Dom_Document_Helper::__constructpublicWC 1.0

Constructor.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$Dom_Document_Helper = new Dom_Document_Helper();
$Dom_Document_Helper->__construct( $html_content );
$html_content(строка) (обязательный)
The HTML content to load.

Код Dom_Document_Helper::__construct() WC 10.0.2

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