Created
January 18, 2016 16:08
-
-
Save SeanChDavis/c904597efaaca9d0394e to your computer and use it in GitHub Desktop.
Vendd filter - product image cropping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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