Automattic\WooCommerce\EmailEditor\Validator\Schema

String_Schema::formatIppublicWC 1.0

Set the format of the string according to IP address.

Метод класса: String_Schema{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$String_Schema = new String_Schema();
$String_Schema->formatIp(): self;

Код String_Schema::formatIp() WC 10.0.2

public function formatIp(): self {
	return $this->update_schema_property( 'format', 'ip' );
}