woogists
3/9/2018 - 4:06 PM

[WooCommerce 360 Image] Do not output the default full size

[WooCommerce 360 Image] Do not output the default full size

add_filter( 'wc360_output_image_size', 'wcs_360_image_size_output' );
function wcs_360_image_size_output() {
    return 'shop_single';
}