Automattic\WooCommerce\EmailEditor\Validator\Schema
String_Schema::formatHexColor
Set the format of the string according to Hex color.
Method of the class: String_Schema{}
No Hooks.
Returns
null. Nothing (null).
Usage
$String_Schema = new String_Schema(); $String_Schema->formatHexColor(): self;
String_Schema::formatHexColor() String Schema::formatHexColor code WC 10.6.2
public function formatHexColor(): self {
return $this->update_schema_property( 'format', 'hex-color' );
}