为什么在 Woocommerce 中有以下代码:
if ( is_product_category() ) :
$titolo = woocommerce_page_title();
echo '<h1 class="woocommerce-products-header__title page-title" >' .$titolo. '</h1>';
endif;
产生这个输出:
"This is the title"
<h1 class="woocommerce-products-header__title page-title"></h1>