你能告訴我如何在產品下的產品類別中添加文本嗎?
謝謝
安德魯
uj5u.com熱心網友回復:
如果您使用的是 wordpress 插件,請嘗試:
add_action('woocommerce_after_main_content', 'add_my_text');
function add_my_text() {
echo '<p>More Content on the Way.</p>';
}
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/476689.html
上一篇:使用“woocommerce_before_shop_loop_item”操作掛鉤時在<a>href屬性之前顯示內容
下一篇:帶有運算式的SSRS標簽格式
