Automattic\WooCommerce\Blocks\Templates

ExternalProductAddToCartWithOptionsTemplate::get_template_descriptionpublicWC 1.0

Returns the description of the template.

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

Хуков нет.

Возвращает

Строку.

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

$ExternalProductAddToCartWithOptionsTemplate = new ExternalProductAddToCartWithOptionsTemplate();
$ExternalProductAddToCartWithOptionsTemplate->get_template_description();

Код ExternalProductAddToCartWithOptionsTemplate::get_template_description() WC 9.9.3

public function get_template_description() {
	return __( 'Template used to display the Add to Cart with Options form for External Products.', 'woocommerce' );
}