MailPoet\EmailEditor\Validator\Schema

String_Schema::formatIp()publicWC 1.0

Set the format of the string according to IP address.

Method of the class: String_Schema{}

No Hooks.

Return

null. Nothing (null).

Usage

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

String_Schema::formatIp() code WC 9.8.1

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