Skip to content

Instantly share code, notes, and snippets.

@SeanChDavis
Created January 18, 2016 16:08
Show Gist options
  • Save SeanChDavis/c904597efaaca9d0394e to your computer and use it in GitHub Desktop.
Save SeanChDavis/c904597efaaca9d0394e to your computer and use it in GitHub Desktop.
Vendd filter - product image cropping
// removing hard cropping from Vendd product image
add_filter( 'vendd_crop_product_image', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment