woocommerce_template_single_title()WC 1.0

Output the product title.

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_template_single_title();

woocommerce_template_single_title() code WC 8.7.0

function woocommerce_template_single_title() {
	wc_get_template( 'single-product/title.php' );
}