Skip to content

Instantly share code, notes, and snippets.

@seb86
Forked from amdrew/gist:9036c9735bad72c51cb8
Created August 23, 2014 14:11
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 seb86/0621758b9828e974dc27 to your computer and use it in GitHub Desktop.
Save seb86/0621758b9828e974dc27 to your computer and use it in GitHub Desktop.
<?php
function sumobi_edd_purchase_link_show_featured_image( $download_id ) {
echo get_the_post_thumbnail( $download_id, 'thumbnail' );
}
add_action( 'edd_purchase_link_top', 'sumobi_edd_purchase_link_show_featured_image' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment