How to create a custom menu item
This is the slimmed down version of a plugin settings page that I’m working on. Put it in a file and include it in your plugin. Searching on Google for add_options_page, register_setting, add_settings_field etc. will lead you to the codex entries of WordPress with further descriptions. The code of the options page below will render … Read more