Skip to content

Instantly share code, notes, and snippets.

@stuartduff
Created April 5, 2021 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuartduff/f49a9d78f0e3a46a25611afbea8b2a1e to your computer and use it in GitHub Desktop.
Save stuartduff/f49a9d78f0e3a46a25611afbea8b2a1e to your computer and use it in GitHub Desktop.
Remove Add To Cart Buttons From WooCommerce Product Archives
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment