Automattic\WooCommerce\EmailEditor\Validator

Schema::titlepublicWC 1.0

Set the title of the schema.

Method of the class: Schema{}

No Hooks.

Returns

static.

Usage

$Schema = new Schema();
$Schema->title( $title );
$title(string) (required)
Title.

Schema::title() code WC 10.6.2

public function title( string $title ) {
	return $this->update_schema_property( 'title', $title );
}