Handling Plugins Options in WordPress 2.8 with register_setting()

In the upcoming WordPress 2.8 there's an interesting function set meant to help authors manage their plugin custom options. In a nutshell: whitelist your options, define how you want them to be validated, and just lean back and rely on the API to handle everything for you. Your new best friend is function register_setting(), and … Continue reading Handling Plugins Options in WordPress 2.8 with register_setting()