Skip to content

Instantly share code, notes, and snippets.

@woogists
Created March 9, 2018 16:07
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/415ec76f984086b9496dc2c32dcd4d93 to your computer and use it in GitHub Desktop.
Save woogists/415ec76f984086b9496dc2c32dcd4d93 to your computer and use it in GitHub Desktop.
[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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment