Automattic\WooCommerce\EmailEditor\Validator\Schema

String_Schema::formatUripublicWC 1.0

Set the format of the string according to uri.

Method of the class: String_Schema{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

String_Schema::formatUri() code WC 10.3.6

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