woocommerce_template_single_excerpt()

Output the product short description (excerpt).


Description Description


Source Source

File: includes/wc-template-functions.php

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.