How To: Per User Options in WordPress
The essence of plugins is giving to WordPress users more control over their blog, that is, most of the time, more options. Typically, a plugin adds a page under the Settings menu, where you can modify the options (see this article on register_setting() for best practices). But if you think about multi user blogs, it can make sense to implement…