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