BadgeOS is a plugin to WordPress that allows you to easily create badges and set up the steps and achievements users take to earn them. Badges are Mozilla OBI compatible and sharable via Credly.
It seems there is a bug in BadgeOS function:
badgeos_update_user_achievements()
which is called in:
badgeos_revoke_achievement_from_user()
It seems you are using user meta for saving achievements but in newer versions of the plugin you are using your own tables. In the functions above there's no support for the newer versions.
It seems there is a bug in BadgeOS function: badgeos_update_user_achievements() which is called in: badgeos_revoke_achievement_from_user() It seems you are using user meta for saving achievements but in newer versions of the plugin you are using your own tables. In the functions above there's no support for the newer versions.
BadgeOS Version: 3.6 WordPress version: 5.4.2