How do I find all ranks and their criteria?
-
In the database, I am able to grab all ranks with the following query:
select distinct rank_title from wp_badgeos_ranks
In addition, I also need the criteria for each rank (i.e. Rank Junior is triggered when user posts 10 times, or Rank Senior is triggered when user reaches 5000 points, etc)
Thank you in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.