rachael-portier
9/20/2019 - 4:51 PM

Remove "Select Options" and "Add to Cart" from Product Archive

add_action( 'woocommerce_after_shop_loop_item', function(){
	remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' );
}, 1 );