Philip Nederkoorn

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: author details in email #1074816
    Philip Nederkoorn
    Participant

    I solve this with adding this:
    $user = get_user_by( ‘id’, $post->post_author );
    echo ‘

    naam: ‘ . $user->user_login . ‘

    ‘;
    echo ‘

    email: ‘ . $user->user_email . ‘

    ‘;
    to email-template.php
    thnx!

Viewing 1 post (of 1 total)