MailPoet\EmailEditor\Engine\Renderer

Css_Inliner::from_html()publicWC 1.0

Builds a new instance from the given HTML.

Method of the class: Css_Inliner{}

No Hooks.

Return

static.

Usage

$Css_Inliner = new Css_Inliner();
$Css_Inliner->from_html( $unprocessed_html ): self;
$unprocessed_html(string) (required)
raw HTML, must be UTF-encoded, must not be empty.

Css_Inliner::from_html() code WC 9.8.1

public function from_html( string $unprocessed_html ): self;