wp_new_user_notification deprecated error
-
PHP Notice: wp_new_user_notification was called with an argument that is deprecated since version 4.3.1 with no alternative available. in /../../../../wp-includes/functions.php on line 4026
Notice: wp_new_user_notification was called with an argument that is deprecated since version 4.3.1 with no alternative available. in /../../../../wp-includes/functions.php on line 4026I am receiving the above error notifications when trying to clone a site. It is also not allowing me to successfully and completely clone the targeted site. I fixed this by editing the call to the wp_new_user_notification function in the below line in multisite-clone-duplicator/lib/duplicate.php
wp_new_user_notification( $user_id, $password );I simply removed the “, $password” portion of the line.
- The topic ‘wp_new_user_notification deprecated error’ is closed to new replies.