[WooCommerce 360 Image] Filter the content of the shortcode
add_filter( 'wc360_shortcode_image_output', 'wcs_360_shortcode_image_output' ); function wcs_360_shortcode_image_output( $content ) { return $content; }