Automattic\WooCommerce\Internal\Features\ProductBlockEditor\ProductTemplates

ProductVariationTemplate::get_description()publicWC 1.0

Get the template description.

Метод класса: ProductVariationTemplate{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ProductVariationTemplate = new ProductVariationTemplate();
$ProductVariationTemplate->get_description(): string;

Код ProductVariationTemplate::get_description() WC 9.5.1

public function get_description(): string {
	return __( 'Template for the product variation form', 'woocommerce' );
}