Automattic\WooCommerce\EmailEditor\Integrations\Utils
Dom_Document_Helper::__construct
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() Dom Document Helper:: construct code WC 10.7.0
public function __construct( string $html_content ) {
$this->load_html( $html_content );
}