• Resolved ckov1

    (@ckov1)


    Hi, will try to explain shortly ,

    i use we forms (plugin) to make registration user on this page ,

    i add custom field in functions.php those lines:

    add_filter(‘user_contactmethods’, ‘custom_user_contactmethods’);
    function custom_user_contactmethods($user_contact){
    $user_contact[‘phone_number’] = ‘Phone number’;

    return $user_contact;
    }

    and with those lines i receive phone number from register users in DB wp_usermeta

    my question is:

    how to get/echo phone number when e-mail is send to the e-mail where i setup mails to be send when logged user send and fill needed cell in contact form 7

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Send email with user meta’ is closed to new replies.