gpt4 book ai didi

php - 如何更改 woocommerce 价格样式但仅在当前产品的单个产品页面上

转载 作者:行者123 更新时间:2023-12-04 15:11:47 28 4
gpt4 key购买 nike

<分区>

您好,我需要更改 Woocommerce 上所选产品的产品价格

我有这个功能

add_filter( 'woocommerce_get_price_html', 'custom_price_html', 11, 2 );

function custom_price_html($price_html, $product){
if (is_product()) {

// here I change the product price or styling
}

}

问题是函数在产品页面上执行...但也在页面底部的相关产品上执行。

我怎样才能只识别当前产品价格?!

谢谢!

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com