Show user full name in myaccount page
-
Hi there,
in the Woocommerce my account page I need to display the customer’s first and last name. I’ve already found something that shows the first name. However, I don’t think it’s appropriate to address customers only by their first name. I changed line 36 like this:'<strong>' . esc_html( $current_user->first_name ) . '</strong>',
This works so far but I need the first and last name. I’m grateful for any help.
Regards GiselaThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Show user full name in myaccount page’ is closed to new replies.