forname only


Home Forums Front End PM PRO forname only

This topic is: Not Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19272
    Peter Jensen
    Participant

    Hi,

    I minor suggestion to a future update would be to allow us to send emails with the forname only, it’s not all users who want their full name sent in an email and I guess its a kinda small thing to add.

    Kind regards

    #19340
    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 'first_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.