Automattic\WooCommerce\EmailEditor\Validator
Schema::title
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() Schema::title code WC 10.6.2
public function title( string $title ) {
return $this->update_schema_property( 'title', $title );
}