Skip to content

Instantly share code, notes, and snippets.

@pippinsplugins
Created August 14, 2013 14:28
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 pippinsplugins/8be9a2db6429797d13c0 to your computer and use it in GitHub Desktop.
Save pippinsplugins/8be9a2db6429797d13c0 to your computer and use it in GitHub Desktop.
function pw_edd_remove_already_purchased() {
remove_action( 'edd_after_download_content', 'edd_show_has_purchased_item_message' );
}
add_action( 'init', 'pw_edd_remove_already_purchased' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment