function wpb_disable_feed() {
    wp_die('You are Not allowed' ) ;
}


add_action('do_feed_rss2', 'wpb_disable_feed', 1);