/**
  * @deprecated 4.5.0
  */
 public function maybe_registration($transaction, $reg_msg, $from_admin)
 {
     self::doing_it_wrong_call(__METHOD__);
     EED_Messages::maybe_registration($transaction, $reg_msg, $from_admin);
 }