标签: php wordpress woocommerce
如何在WooCommerce中在我的产品下方添加显示“查看详细信息”的按钮?
Here is a link到要添加到的页面。
问题与this类似,但对我而言不太有效。
答案 0 :(得分:0)
使用wordpress的常规功能
get_permalink( $product_id );
查看文档here
也请检查此answer