Automattic\WooCommerce\EmailEditor\Engine\Renderer
Html2Text::default_options
Default options for HTML to text conversion
Method of the class: Html2Text{}
No Hooks.
Returns
array<string, bool|string>. Default options array.
Usage
$result = Html2Text::default_options(): array;
Html2Text::default_options() Html2Text::default options code WC 11.0.1
public static function default_options(): array {
return array(
'ignore_errors' => false,
'drop_links' => false,
'char_set' => 'auto',
);
}