Automattic\WooCommerce\Internal\Features\ProductBlockEditor\ProductTemplates
ProductVariationTemplate::get_description()
Get the template description.
Метод класса: ProductVariationTemplate{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$ProductVariationTemplate = new ProductVariationTemplate(); $ProductVariationTemplate->get_description(): string;
Код ProductVariationTemplate::get_description() ProductVariationTemplate::get description WC 9.5.1
public function get_description(): string { return __( 'Template for the product variation form', 'woocommerce' ); }