Skip to content

Instantly share code, notes, and snippets.

@rwkyyy
Created November 16, 2018 19:07
Show Gist options
  • Save rwkyyy/310a747be43774ee3171637fe04b4b2d to your computer and use it in GitHub Desktop.
Save rwkyyy/310a747be43774ee3171637fe04b4b2d to your computer and use it in GitHub Desktop.
remove add to cart button
function WC() {
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart');
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart');
return WooCommerce::instance();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment