Skip to content

Instantly share code, notes, and snippets.

@woogists
Created March 9, 2018 16:03
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/9a245079834e007a4966ebf1dab28537 to your computer and use it in GitHub Desktop.
Save woogists/9a245079834e007a4966ebf1dab28537 to your computer and use it in GitHub Desktop.
[WooCommerce 360 Image] Filter image size
add_filter( 'wc360_image_size', 'wcs_360_image_name' );
function wcs_360_image_name() {
return 'shop_thumbnail';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment