标签: woocommerce hook hook-woocommerce
我需要在产品缩略图下方(在产品页面中)插入一些内容。
I find this hook'woocommerce_product_thumbnails',但它不起作用,没有错误,什么都没有。
add_action('woocommerce_product_thumbnails' , 'add_content'); function add_content(){ echo 'hello'; }
为此有工作钩吗?