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