NotificationEmail::trigger( string $user_email, int $user_id, string $user_name )
Trigger the sending of this email.
Description Description
Parameters Parameters
- $user_email
-
(Required) Email to send the note.
- $user_id
-
(Required) User id to to track the note.
- $user_name
-
(Required) User's name.
Source Source
File: packages/woocommerce-admin/src/Notes/MerchantEmailNotifications/NotificationEmail.php