• Resolved Younes

    (@vanbom)


    Hi ,
    I want to customize Gamipress by triggering a function when a user receives a new Rank.
    I found the hook “gamipress_award_rank_to_user” but, I tried, it is not triggered

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ruben Garcia

    (@rubengc)

    Hi @vanbom

    You may need to use the hook “gamipress_update_user_rank” that is triggered every time the user rank gets updated to a different one

    Inside this hook you are able to get the old and new rank information to meet the change made

    Hope it helps!

    Thread Starter Younes

    (@vanbom)

    @rubengc
    tested and works
    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘gamipress_award_rank_to_user hook not firing’ is closed to new replies.