Automattic\WooCommerce\Blocks\Templates

MiniCartTemplate::get_template_descriptionpublicWC 1.0

Returns the description of the template.

Method of the class: MiniCartTemplate{}

No Hooks.

Returns

String.

Usage

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

MiniCartTemplate::get_template_description() code WC 10.7.0

public function get_template_description() {
	return __( 'Template used to display the Mini-Cart drawer.', 'woocommerce' );
}