function remove_subscribers($get, $sp)
 {
     SendPress_Data::remove_all_subscribers($get['listID']);
     SendPress_Admin::redirect('Subscribers_Subscribers', array('listID' => $get['listID']));
 }