Reply To: forname only


Home Forums Front End PM PRO forname only Reply To: forname only

#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';
});