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 9.8.5
function woocommerce_template_single_title() { wc_get_template( 'single-product/title.php' ); }