Update user meta when customer update their first name
That was a tricky one. For the user meta update to happen only on first name update you will need the following. Create a constant that will contain the current user first name Check to see if the current user first name is different from the submitted user name on profile update For the constant … Read more