Eklentiyi kaldırıp, şu kodu dener misiniz?

functions.php dosyanıza ekleyin:
if ( !function_exists( 'wp_new_user_notification' ) ) :
function wp_new_user_notification( $user_id, $plaintext_pass = '' ) {
return;
}
endif;