Automattic\WooCommerce\Admin\Features\ProductBlockEditor
ProductTemplate::get_description
Get the template description.
Method of the class: ProductTemplate{}
No Hooks.
Returns
String|null.
Usage
$ProductTemplate = new ProductTemplate(); $ProductTemplate->get_description();
ProductTemplate::get_description() ProductTemplate::get description code WC 11.0.1
public function get_description() {
self::maybe_log_removal_warning();
return null;
}