Howdy! _ck_ hope you're fine today.
I've a silly question, wondering if you can help me.
I want to change username to email address on register-success.php page. Something like from
<p><?php printf(__('Your registration as %s was successful. Within a few minutes you should receive an email with your password.'), $user_login) ?></p>
to
<p><?php printf(__('Your registration with {Email Address] was successful. Within a few minutes you should receive an email with your password.'), $user_login) ?></p>
Is it possible to show email instead of username? Any idea?
Thanks Again!