edd_add_past_purchases_to_new_user( int $user_id )
Looks up purchases by email that match the registering user
Description Description
This is for users that purchased as a guest and then came back and created an account.
Parameters Parameters
- $user_id
-
(Required) - the new user's ID
Return Return
(void)
Source Source
File: includes/user-functions.php
Changelog Changelog
Version | Description |
---|---|
1.6 | Introduced. |