Guest User

Untitled

a guest
Nov 16th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function WC() {
  2. remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart');
  3. remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart');
  4. return WooCommerce::instance();
  5. }
Add Comment
Please, Sign In to add comment