Hi,
I have created a table, with ID, userID, colm1, colm2 where userID is Foreign key to the ID colmn in the wp_users table.
I want to show the data by the login user, So every logged user can see his information only. (like this where ID=userID ) wp_get_current_user()
thank you.