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