Skip to content

Instantly share code, notes, and snippets.

@bryceadams
Last active August 29, 2015 14:06
Show Gist options
  • Save bryceadams/ee763e5a842f59f64de8 to your computer and use it in GitHub Desktop.
Save bryceadams/ee763e5a842f59f64de8 to your computer and use it in GitHub Desktop.
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