Skip to content

Instantly share code, notes, and snippets.

@woogists
Created March 9, 2018 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woogists/ff0de060ff6e0ff4473364729f2d4976 to your computer and use it in GitHub Desktop.
Save woogists/ff0de060ff6e0ff4473364729f2d4976 to your computer and use it in GitHub Desktop.
[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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment