Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. add_action( 'init', 'ec_child_remove_single_product_main_image', 10 );
  2.  
  3. function ec_child_remove_single_product_main_image() {
  4. remove_action( 'woocommerce_before_single_product_summary', 'electro_show_product_images', 20 );
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement