Reply To: Users with same first and last name


Home Forums Front End PM PRO Users with same first and last name Reply To: Users with same first and last name

#13708
Shamim Hasan
Keymaster

add following code in your theme’s (child theme’s if any) functions.php

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

This will show user_login instead of display name.