Advertisement
Guest User

Код

a guest
Apr 18th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function remove_loop_button(){
  2. remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );
  3. remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
  4. }
  5. add_action('init','remove_loop_button');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement