Full name in autosuggestion dropdown menu


Home Forums Front End PM PRO Full name in autosuggestion dropdown menu

This topic is: Not Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43454
    frederic.bodart
    Participant

    I have found the filter to change the display of names to first name or last name or display name

    add_filter( ‘fep_filter_show_which_name’, function( $which ){
    return ‘display_name’;
    });

    But how do i set it so names are displayed as Full name: first_name and last_name combined?

    #43459
    Shamim Hasan
    Keymaster

    use first_last_name instead of display_name

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

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.