Jake Vanderwerf
2026-05-28 56a9a1ccf764ff7a6af8f8a2292cb07443cb4aa7
inc/managers/VerifyEntryManager.php
@@ -77,7 +77,7 @@
         return $this->response(false, 'Term does not exist');
      }
      $profile = get_user_meta($userID, BASE.'link', true);
      $profile = get_user_meta($userID, BASE.'profile_link', true);
      if (empty($profile)) {
         return $this->response(false, 'No Profile found');
      }