Archive | Documentation RSS feed for this section

add_settings_section

Add 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 reading