Tagged Questions
0
votes
2answers
348 views
How to save user meta on custom admin page
I have removed the edit profile page from WP admin as I don't want users to be able to edit their details as this is a closed intranet and their details are fed from AD.
However I do want them to be ...
0
votes
1answer
334 views
wp_usermeta wp_usersettings
I would like to know what does these meta_value means for wp_usersettings meta_key in wp_usermeta table?
meta_key: wp_usersettings
meta_value: m1=o&m3=o&m0=o&m2=o
Thanks