woocommerce_template_single_excerpt()WC 1.0

Output the product short description (excerpt).

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_template_single_excerpt();

woocommerce_template_single_excerpt() code WC 8.7.0

function woocommerce_template_single_excerpt() {
	wc_get_template( 'single-product/short-description.php' );
}