Reply To: Different users with same display names issue


Home Forums Front End PM PRO Different users with same display names issue Reply To: Different users with same display names issue

#33260
shamim
Keymaster

Add following code in your theme’s (child theme’s if you are using) functions.php

add_filter( 'fep_filter_show_which_name', function( $which ){
    return 'user_login';
});