woogists
3/9/2018 - 4:07 PM

[WooCommerce 360 Image] There is also a filter for the output of the content itself.

[WooCommerce 360 Image] There is also a filter for the output of the content itself.

add_filter( 'wc360_image_output', 'wcs_360_image_output' );
function wcs_360_image_output( $content ) {
    return $content;
}