Automattic\WooCommerce\EmailEditor\Engine\Renderer
Css_Inliner::from_html
Builds a new instance from the given HTML.
Method of the class: Css_Inliner{}
No Hooks.
Returns
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() Css Inliner::from html code WC 10.8.1
public function from_html( string $unprocessed_html ): self;