public static function activate()
 {
     wp_schedule_event(time(), 'daily', 'swpm_account_status_event');
     wp_schedule_event(time(), 'daily', 'swpm_delete_pending_account_event');
     include_once 'class.swpm-installation.php';
     SwpmInstallation::run_safe_installer();
 }