public function get_expire_date()
 {
     if ($this->isLoggedIn) {
         return SwpmUtils::get_expire_date($this->get('subscription_starts'), $this->get('subscription_period'), $this->get('subscription_duration_type'));
     }
     return "";
 }