Automattic\WooCommerce\EmailEditor\Validator\Schema
String_Schema::formatHexColor
Set the format of the string according to Hex color.
Метод класса: String_Schema{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$String_Schema = new String_Schema(); $String_Schema->formatHexColor(): self;
Код String_Schema::formatHexColor() String Schema::formatHexColor WC 9.9.5
public function formatHexColor(): self { return $this->update_schema_property( 'format', 'hex-color' ); }