• Since upgrading WP2 to WP2.01 it would seem that get_currentuserinfo() and get_userdata() no longer pull back the users email address.

    Is there any known issuse with this? As it will still update the email if you change it via the user admin but just will not display the email in the form feild as it is not pulling it from the DB with the two above functions

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Phunky

    (@phunky)

    *bump*

    It would seem some other users are having issuse with WP2 not sending out emails for multiple things, i wonder if this is due to the same cause?

    Thread Starter Phunky

    (@phunky)

    Sorted it, i would seem that my userProfile plugin i was writing was creating a user_email feild within wp_userMeta (via update_usermeta)instead of updating the user_email feild in wp_user.

    It would seem that ive the same feild exists WP does not like it and instead pulls back nothing :S

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP No longer display user emails’ is closed to new replies.