woocommerce_template_single_title()
Output the product title.
Description Description
Source Source
File: includes/wc-template-functions.php
function woocommerce_template_single_title() { wc_get_template( 'single-product/title.php' ); }
Output the product title.
File: includes/wc-template-functions.php
function woocommerce_template_single_title() { wc_get_template( 'single-product/title.php' ); }