woocommerce_template_single_title()
Output the product title.
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
woocommerce_template_single_title();
Код woocommerce_template_single_title() woocommerce template single title WC 9.4.2
function woocommerce_template_single_title() { wc_get_template( 'single-product/title.php' ); }