New API that allows plugins to add secti …
New API that allows plugins to add sections and fields to settings pages and register new settings along with sanitization callbacks. add_settings_section(), add_settings_field(), register_setting(), unregister_setting()
Administrator 2:27 pm on September 12, 2008 Permalink
Is there backward compatibility with the old API? (add_management_page and add_options_page)
Where can plugin authors find out more about these changes?
Ryan 6:24 pm on September 12, 2008 Permalink
The new API is more for adding to the default settings pages. You’d still use add_options_page() to add a new page. Right now the only docs are the inline phpdoc, which needs to be fleshed out more before release.