Add contextual help text for a page
341
Continue readingAdd a new section to a settings page.Part of the Settings API. Use this to define new settings sections for an admin page. Show settings sections in your admin page callback function with do_settings_sections(). Add settings fields to your section with add_settings_field()
301
Continue readingAdd a new field to a section of a settings pagePart of the Settings API. Use this to define a settings field that will show as part of a settings section inside a settings page. The fields are shown using do_settings_fields() in do_settings-sections()
299
Continue reading