Automattic\WooCommerce\EmailEditor\Engine\Renderer
Css_Inliner::inline_css
Inlines the given CSS into the existing HTML.
Method of the class: Css_Inliner{}
No Hooks.
Returns
$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() Css Inliner::inline css code WC 10.6.2
public function inline_css( string $css = '' ): self;