Viewing 1 replies (of 1 total)
  • Hi,
    To achieve this, you can hook to “wp2048_highscore” using
    add_action("wp2048_highscore","func_that_accept_score_and_userID");

    The hook passed 2 values, first the high score and second is the user ID. If 2048 is configured to accept guest high score (non logged-in users), then the user ID for guest is 0.

    Please note that this hook only runs when there is new high score.

Viewing 1 replies (of 1 total)

The topic ‘Leaderboard’ is closed to new replies.