找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 39|回复: 0

woocommerce产品卡片添加自定义内容

[复制链接]

3

主题

0

回帖

13

积分

管理员

积分
13
发表于 2025-5-11 23:48:40 | 显示全部楼层 |阅读模式
  1. add_action('woocommerce_after_shop_loop_item', 'add_custom_content_after_add_to_cart', 20);
  2. function add_custom_content_after_add_to_cart() {
  3.     echo '<div class="custom-content">自定义内容</div>';
  4. }
复制代码
上述代码放在functions.php文件上
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|quanbaiyi.top

GMT+8, 2025-6-6 11:53 , Processed in 0.073953 second(s), 19 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表