Custom Welcome Email to user role
-
Hello, first thank you for your plugin, iam very new at php though so I need your help to customize a little bit.
I would like to send a specific welcome email to only a specific user profile user ‘freelancer’.
I have already the native wp email, this should not be override just a complementary email.I have found in your code :
function welcome_email( $user_id ) { $notifications = $this->notifier->get_notifications( 'welcome-email' ); foreach ( $notifications as $notification ) { $this->engine->send_registration_email( $this->notifier->read_settings( $notification->ID ), get_userdata( $user_id ) ); } }
Could you please help me out with this?
The user role is called freelancer.Many thanks!
Sonia
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Custom Welcome Email to user role’ is closed to new replies.