[RFE] Admin’s page should use Settings API (or similar)
-
Hello,
(sorry for my poor english – this is not my spoken language)
WordPress 2.7 introduced the Settings API for inserting settings into the existing WordPress settings panels. This was great for adding plugin’s specific setting on the wp standard admin’s page.
But I encountered the opposite problem : I would like to remove some fields/sections from the standard admin’s page.
- Add
remove_settings_field()
andremove_settings_section()
to Settings API in order to allow removing an existant field/section - Admin’s page should use the Settings API to generate themselves.
- Add an action hook ‘setting_done_for_{admin_page}’, executed after that the standard field/section will be added
This will allow a better customization of admin’s pages, which is particularly useful with WordPress MU…
Thanks for reading…
- Add
- The topic ‘[RFE] Admin’s page should use Settings API (or similar)’ is closed to new replies.