Automattic\WooCommerce\EmailEditor\Validator

Schema::descriptionpublicWC 1.0

Set the description of the schema.

Method of the class: Schema{}

No Hooks.

Returns

static.

Usage

$Schema = new Schema();
$Schema->description( $description );
$description(string) (required)
Description.

Schema::description() code WC 10.6.2

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