Viewing 1 replies (of 1 total)
  • Thread Starter mjflower

    (@mjflower)

    No worries, I worked it out..

    I changed line 71 from

    $username = $current_user->display_name;

    to

    $username = $current_user->first_name;

    Cheers

    Mark

Viewing 1 replies (of 1 total)
  • The topic ‘How can I pull the 'first name' from the user profile instead of the 'username'?’ is closed to new replies.