EDD_DB_Customers::update_customer_email_on_user_update( int $user_id, WP_User $old_user_data )

Updates the email address of a customer record when the email on a user is updated


Description Description


Parameters Parameters

$user_id

(Required) User ID.

$old_user_data

(Required) Object containing user's data prior to update.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/class-edd-db-customers.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.4 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.