Skip to content

Instantly share code, notes, and snippets.

@SeanChDavis
Created August 5, 2015 19:25
Show Gist options
  • Save SeanChDavis/0a49d08e17758d7ec6b4 to your computer and use it in GitHub Desktop.
Save SeanChDavis/0a49d08e17758d7ec6b4 to your computer and use it in GitHub Desktop.
Vendd Resize Product Images
<?php // DO NOT COPY THIS LINE - start at line 4
// add Vendd product images square
function custom_ward_kelley_product_images() {
add_image_size( 'vendd_product_image', 722, 722, true );
}
add_action( 'init', 'custom_ward_kelley_product_images' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment