Skip to content

Instantly share code, notes, and snippets.

@SeanChDavis
Created July 14, 2015 16:05
Show Gist options
  • Save SeanChDavis/e2d12f4b737e33943515 to your computer and use it in GitHub Desktop.
Save SeanChDavis/e2d12f4b737e33943515 to your computer and use it in GitHub Desktop.
EDD Comments on Downloads
/*
* Adds comment support to the download post type
*/
function pw_edd_comments() {
add_post_type_support( 'download', 'comments' );
}
add_action( 'init', 'pw_edd_comments', 999 );
@kapitansaman
Copy link

how that works

@kapitansaman
Copy link

2.59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment