Beispiel #1
0
 /**
  * @param $id
  * @return bool|\WP_User
  */
 public function getRegisteredUser($id)
 {
     return User::findUserById($id);
 }