New user sends email even when don't send checkbox is set
-
Hey guys,
After updating to 3.9.2 i’m unable to disable the welcome message a new user is receiving.
for some reason this line of code:add_filter( 'wpmu_signup_user_notification', '__return_false' ); // Disable confirmation email
in wp-admin/user-new.php ( line 127 ) gets ignored and the original wpmu_signup_user_notification on wp-includes/ms-functions.php gets called.
i know this since i add:
if ( isset ( $_POST['noconfirmation' ] ) ) return false;
line to it and then i get no emails.of course editing core files is not my heart wishes.
anyone else if feeling it?
any idea why?again.. i’m using 3.9.2, multisite.
Thanks,
Shai.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘New user sends email even when don't send checkbox is set’ is closed to new replies.