Title: HELP username shortcode not working !
Last modified: May 1, 2018

---

# HELP username shortcode not working !

 *  [batshevasida](https://wordpress.org/support/users/batshevasida/)
 * (@batshevasida)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/help-username-shortcode-not-working/)
 * Hi, the username shortcode {{xlwuev_user_login}} does not work, it is blank in
   my test email. How can I fix this ????

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Jim](https://wordpress.org/support/users/jwmc/)
 * (@jwmc)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/help-username-shortcode-not-working/#post-10600272)
 * I can verify the above. In fact none of these merge tags are working, either 
   in the heading or email body:
    {{xlwuev_user_login}} {{xlwuev_display_name}} {{
   xlwuev_user_email}}
 *  [gdak](https://wordpress.org/support/users/gdak/)
 * (@gdak)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/help-username-shortcode-not-working/#post-10753751)
 * Replace the following functions at” ./wp-content/plugins/woo-confirmation-email/
   includes/class-xlwuev-common.php
 *  protected static function xlwuev_user_login() {
    return get_userdata(self::$
   wuev_user_id)->user_login; // return self::$wuev_user_login; }
 *  protected static function xlwuev_display_name() {
    return get_userdata(self::
   $wuev_user_id)->display_name; // return self::$wuev_display_name; }
 *  protected static function xlwuev_user_email() {
    return get_userdata(self::$
   wuev_user_id)->user_email; return self::$wuev_user_email; }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘HELP username shortcode not working !’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woo-confirmation-email_e9dce5.svg)
 * [User Email Verification for WooCommerce](https://wordpress.org/plugins/woo-confirmation-email/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-confirmation-email/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-confirmation-email/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-confirmation-email/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-confirmation-email/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [gdak](https://wordpress.org/support/users/gdak/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/help-username-shortcode-not-working/#post-10753751)
 * Status: not resolved