Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: ListMessenger (or PHPlist) integration – plugin?


peterverkooijen
Participant

@peterverkooijen

Thanks Nicola Greco!

I knew there had to be a better solution, something like this, but couldn’t put it together.

So I replaced that database line with this:

$uid = get_userdata($user_id);
$email = $uid->user_email;

Works fine. :-)

Skip to toolbar