Automattic\WooCommerce\Blocks\Templates

MiniCartTemplate::get_template_description()publicWC 1.0

Returns the description of the template.

Method of the class: MiniCartTemplate{}

No Hooks.

Return

String.

Usage

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

MiniCartTemplate::get_template_description() code WC 9.6.1

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