woocommerce_template_loop_add_to_cart wordpress.
WooCommerce woocommerce_after_shop_loop_item wp-content\plugins\woocommerce\woocommerce-hooks.php
add_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );
, Mystile, wp-content\themes\mystile\includes\theme-woocommerce.php
// Remove add to cart button on archives
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10);
, " ".