Home / Admin / Enable Comments
Duplicate Snippet

Embed Snippet on Your Site

Enable Comments

Adds comment support to the download post type

Code Preview
php
<?php
function pw_edd_comments() {
	add_post_type_support( 'download', 'comments' );
}
add_action( 'init', 'pw_edd_comments', 999 );

Comments

Add a Comment