Skip to content

Instantly share code, notes, and snippets.

@amdrew
Created February 3, 2014 02:52
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 amdrew/8778227 to your computer and use it in GitHub Desktop.
Save amdrew/8778227 to your computer and use it in GitHub Desktop.
Easy Digital Downloads - Prevent download links from appearing on the purchase confirmation page
<?php
function sumobi_edd_receipt_show_download_files() {
return false;
}
add_filter( 'edd_receipt_show_download_files', 'sumobi_edd_receipt_show_download_files' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment