Automattic\WooCommerce\EmailEditor\Engine\Patterns

Abstract_Pattern::get_descriptionprotectedWC 1.0

Get description.

Method of the class: Abstract_Pattern{}

No Hooks.

Returns

String.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_description(): string;

Abstract_Pattern::get_description() code WC 10.7.0

protected function get_description(): string {
	return '';
}