Viewing 1 replies (of 1 total)
  • Plugin Author Goran87

    (@goran87)

    When you go to the single user account page, in that screen it should show his referral link. For listing all referral links on a single page, you would need to do user query then pull referral code which is saved as gens_referral_id as user meta. So: $referralID = get_user_meta($user_id, “gens_referral_id”, true);

Viewing 1 replies (of 1 total)
  • The topic ‘download refer link of all users’ is closed to new replies.