Are you referring to just like the notification bubbles and whatnot? I believe we cache the query for that one for about 5 minutes, but it’s possible that it is not clearing itself too.
Yes, it shows on the sidebar as a badge and on the screen in settings to approve member requests as well. Any way to manually clear it out?
if you’re familiar or know of tools to help delete transients, the transient key we use is bpro_user_count
I got it fixed, thank you!
The fix was only temporary after deleting the transients. I think there is something in the php code that I need to fix.
The difference is that there aren’t any pending users to approve or deny. I think at some point the pending users got deleted in the php code, and the plug-in still thinks they’re there.
I wonder if they still have the user meta associated with them, then. Not sure how savvy you may be with databases, but checking for any users that have a user meta key of _bprwg_is_moderated and a value of true may reveal these “ghost” entries.
That’s exactly where they were! I got them deleted and the count is back to 0. Thank you so much, this was driving me crazy lol.