خطأ: لا يمكن تعطيل رسالة البريد الإلكتروني لإشعار المستخدم الجديد

There is a bug where the new user notification email sends even when the setting is disabled via the ‘wp_send_new_user_notification_to_user’ filter.

To fix the bug the $send_notification_to_user variable needs to be included in the condition on line 117.

إعجاب واحد (1)

Thanks Tim, looks like that is indeed a bug. I’ll add a fix for it in the next version.