Browse: Home / Functions /

learndash_notifications_update_delayed_emails_when_user_updated

learndash_notifications_update_delayed_emails_when_user_updated( int $user_id,  WP_User $old_user_data )

Update delayed emails in DB if user details are updated


Description #


Parameters #

$user_id

(int) (Required) The ID of the updated user.

$old_user_data

(WP_User) (Required) The user object as it was before the update.


Return #

(void)


Source #

File: includes/notifications/includes/notification.php


Changelog #

Changelog
Version Description
5.2.0 Introduced.