MailPoet\EmailEditor\Engine\Renderer

Css_Inliner::inline_css()publicWC 1.0

Inlines the given CSS into the existing HTML.

Method of the class: Css_Inliner{}

No Hooks.

Return

$this.

Usage

$Css_Inliner = new Css_Inliner();
$Css_Inliner->inline_css( $css ): self;
$css(string)
the CSS to inline, must be UTF-8-encoded.
Default: ''

Css_Inliner::inline_css() code WC 9.8.1

public function inline_css( string $css = '' ): self;