如何在循环中更改 WooCommerce 产品标题,例如更改shop, category
页面中的产品图块等?
我正在寻找可以帮助解决此问题的钩子。去的woocommerce/content-product.php
时候显示
do_action('woocommerce_before_shop_loop_item_title');
echo '<div class="title-wrapper">';
do_action('woocommerce_shop_loop_item_title');
echo '</div>';
请帮忙
我想更改产品磁贴shop page, category page
等。但在single product page, or cart, checkout
页面中我不想更改标题。还有短代码[products ids="12,34,56,"];
呢?
如何更改标题?