Sorry, we are doing some work on the site.
For more information please call +316 272 568 77 or e-mail; info@breakingnewbusinessground.com
function filter_media_comment_status( $open, $post_id ) { $post = get_post( $post_id ); if( $post->post_type == 'attachment' ) { return false; } return $open; } add_filter( 'comments_open', 'filter_media_comment_status', 10 , 2 );
Sorry, we are doing some work on the site.
For more information please call +316 272 568 77 or e-mail; info@breakingnewbusinessground.com