How to remove Add to Cart button from Related Products in WooCommerce?
I've removed Add to Cart button from Shop and Category pages, but how about Related Products section that is below a product page? The code below doesn't work for that. function remove_add_to_cart_buttons() { if( is_product_category() || is_shop()) { remove_action( 'woocommerce_after_shop_loop_item',…