Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function pizzaro_child_setup() {
  2. remove_theme_support('wc-product-gallery-zoom');
  3. }
  4. add_action('after_setup_theme', 'pizzaro_child_setup', 12);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement