• WPGRABY

    (@wpgraby)


    I’m developing a theme for my company. I want to get total points of certain user according to user Id to perform another task. How to do it?

    Many Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Long Watch Studio

    (@lwsdevelopers)

    Hi,

    Reading user’s points is easy. After 'lws_woorewards_pools_loaded' action has been triggered, you can call the method below.

    $points = \LWS_WooRewards::getInstalledPool()->getPoints($user_id);

    Best regards,

    Thread Starter WPGRABY

    (@wpgraby)

    Thank the author very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Get points of certain user by User ID’ is closed to new replies.