/**
  *
  *    Nothing going on here yet
  * @static
  */
 static function plugin_deactivation($networkwide = false)
 {
     if (!is_multisite() || !$networkwide) {
         SendPress::plugin_remove();
     } else {
         SendPress::network_activate_deactivate(false);
     }
 }