allow use of %EMAIL% in Notification Settings
-
I’m using the Email Login plugin.
Could you consider adding this to new_user_notification() in login-with-ajax.php
$message = str_replace('%EMAIL%', $user_email, $message);
and this to the admin:
<em><?php _e("<code>%EMAIL%</code> will be replaced with the user's email.", 'login-with-ajax'); ?></em><br />
- The topic ‘allow use of %EMAIL% in Notification Settings’ is closed to new replies.