MailPoet\EmailEditor\Integrations\Utils
Dom_Document_Helper::__construct()
Constructor.
Method of the class: Dom_Document_Helper{}
No Hooks.
Return
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 9.8.1
public function __construct( string $html_content ) { $this->load_html( $html_content ); }