admin管理员组文章数量:1415484
I'm trying to show the WordPress default text area on a Woocommerce Single Product Page but can't find the appropriate hook to add to the template? I would have thought it would've been well documented but I can't see anything online about it.
Code
Where's at the moment I'm using the woocomerce_template_single_excerpt
I'm trying to find the full description (WordPress Editor) hook
<div class="col-8">
<section class="section">
<?php
woocommerce_template_single_title();
woocommerce_template_single_excerpt();
woocommerce_template_single_price();
woocommerce_template_single_add_to_cart();
?>
</section>
</div>
本文标签: hooksShowing the WordPress standard text area on a Woocommerce Single Product Page
版权声明:本文标题:hooks - Showing the WordPress standard text area on a Woocommerce Single Product Page? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745234646a2648979.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论