difference between add_options and register_setting
register_setting() uses Settings API, which is just an API for options.php, is easier to use, more secure and preffered way of storing options since WordPress 2.7. If you need to store only a few options or doing simple plugin just for yourself – it’s really up to you which one to use 🙂 Here’s the … Read more