Undefined variable: user_id in get_user_meta
I got the undefined variable : user_id when i use get_user_meta This is because $user_id is empty and undefined, you need to give it a value, and that value needs to be the ID of a user. when i try put the above code below this line no error occur but my value $phone and … Read more