Skincare
Showing 19–27 of 29 results
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); add_action( 'after_setup_theme', 'remove_wc_gallery_lightbox', 100 ); function remove_wc_gallery_lightbox() { remove_theme_support( 'wc-product-gallery-lightbox' ); }
Showing 19–27 of 29 results