
적용전 – 마우스 오버시 확대

적용후 – 마우스 오버 확대기능 비활성화
add_action( 'after_setup_theme', function(){ remove_theme_support( 'wc-product-gallery-zoom' ); }, 100 );
홈 >
적용전 – 마우스 오버시 확대
적용후 – 마우스 오버 확대기능 비활성화
add_action( 'after_setup_theme', function(){ remove_theme_support( 'wc-product-gallery-zoom' ); }, 100 );
0개의 댓글