Guest User

Untitled

a guest
Nov 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. add_action( 'init', 'ec_child_remove_availability', 20 );
  2.  
  3. function ec_child_remove_availability() {
  4. remove_action( 'woocommerce_single_product_summary', 'electro_template_loop_availability', 10 );
  5. }
Add Comment
Please, Sign In to add comment