Skip to content

Instantly share code, notes, and snippets.

@mindctrl
Created June 2, 2015 17:04
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 mindctrl/b15cb5dd123eab8c2d6a to your computer and use it in GitHub Desktop.
Save mindctrl/b15cb5dd123eab8c2d6a to your computer and use it in GitHub Desktop.
Easy Digital Downloads - Recently Viewed Items: customize checkout image size.
function jp_rvi_checkout_image_size() {
return array( 600, 450 );
}
add_filter( 'edd_rvi_checkout_image_size', 'jp_rvi_checkout_image_size' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment