Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
lukas
tagDiv Member

You are welcome 🙂

lukas
tagDiv Member

Hi hi so I found a solution 🙂

in file td-ajax.php (theme->includes->wp_booster) line 372 you use
function wp_new_user_notification($user_id, $random_password);

this function was changed with WordPress 4.3.1 to
function wp_new_user_notification( $user_id, $deprecated = null, $notify = ” )

so what I do. I just change your wp_new_user_notification($user_id, $random_password); to
wp_new_user_notification($user_id, null, ‘both’ ); and we are at home now 🙂

Now when user register using your custom form both admin and user got notification email.
if we change both to admin only admin get email about new user and that is all folks 😀

lukas
tagDiv Member

OK if I find any solution I will share with you.

Viewing 4 posts - 1 through 4 (of 4 total)