-
Posted a reply to upgraded to WP 4.6 error phpmailer.php:946, on the site WordPress.org Forums:
still no solutions? -
Posted a reply to upgraded to WP 4.6 error phpmailer.php:946, on the site WordPress.org Forums:
this error still exist i add some custom user meta field at registration form, it… -
Posted a reply to error with registration, on the site WordPress.org Forums:
that's exactly what i do it's works fine in 4.6.x version but crash in 4.7.x… -
Posted a reply to error with registration, on the site WordPress.org Forums:
function custom_user_register($user_id) { $userdata = array(); $userdata['ID'] = $user_id; if ($_POST['pass2'] !== '') { $userdata['user_pass']… -
Created a topic, error with registration, on the site WordPress.org Forums:
i got issue with wp registration after i add some cust… -
Posted a reply to wp 4.6.1 error, bug, on the site WordPress.org Forums:
here is the code http://pastebin.com/af264mGB -
Posted a reply to wp 4.6.1 error, bug, on the site WordPress.org Forums:
http://pastebin.com/af264mGB -
Created a topic, wp 4.6.1 error, bug, on the site WordPress.org Forums:
wp ver 4.6.1 produce an error when we add custom regis…