我已经从商店和类别页面中删除了添加到购物车按钮,但是产品页面下方的相关产品部分怎么样?下面的代码对此不起作用。
function remove_add_to_cart_buttons() {
if( is_product_category() || is_shop()) {
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' );
}
}
add_action( 'woocommerce_after_shop_loop_item', 'remove_add_to_cart_buttons', 10 );
至尊宝的传说
慕田峪4524236