Automattic\WooCommerce\EmailEditor\Engine\Renderer
Html2Text::zwnj_codes
Get zero-width non-joiner character codes
Method of the class: Html2Text{}
No Hooks.
Returns
Array
Usage
$result = Html2Text::zwnj_codes(): array;
Html2Text::zwnj_codes() Html2Text::zwnj codes code WC 10.5.0
public static function zwnj_codes(): array {
return array(
"\xe2\x80\x8c",
"\u200c",
);
}