woocommerce_template_single_title()
Output the product title.
No Hooks.
Returns
null. Nothing (null).
Usage
woocommerce_template_single_title();
woocommerce_template_single_title() woocommerce template single title code WC 10.6.2
function woocommerce_template_single_title() {
wc_get_template( 'single-product/title.php' );
}