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