最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

hooks - Showing the WordPress standard text area on a Woocommerce Single Product Page?

programmeradmin1浏览0评论

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>

发布评论

评论列表(0)

  1. 暂无评论