Get recipient ID in functions.php
-
Trying to add some custom data to the activation email, which I can do if I can find out the recipient’s ID.
I can get the user’s (the admin approving the pending user) ID with this code:$user_ID = get_current_user_id();
Does anyone know how I can get the recipient’s ID into a similar variable?
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Get recipient ID in functions.php’ is closed to new replies.