[wp-hackers] wp_usermeta wp_usersettings‏

John Blackbourn johnbillion+wp at gmail.com
Tue Nov 22 11:26:09 UTC 2011


2011/11/22 Md Mahmudur Rahman <mamun155 at live.com>:
>
> Dear wp-hackers,
> I would like to know what does these meta_value means for wp_usersettings meta_key in wp_usermeta table?
> meta_key: wp_usersettingsmeta_value: m1=o&m3=o&m0=o&m2=o

They are used to store various settings and preferences on a per-user
level. For example, the uploader interface (Flash or HTML), the last
used options on the media screen, and the editor (Visual or HTML).

To access these settings you can use the get_user_setting() function.

John


More information about the wp-hackers mailing list