Archive | /wp-admin/includes/template.php RSS feed for this section

do_settings_sections

Prints out all settings sections added to a particular settings pagePart of the Settings API. Use this in a settings page callback function to output all the sections and fields that were added to that $page with add_settings_section() and add_settings_field()

972

Continue reading

do_settings_fields

Print out the settings fields for a particular settings sectionPart of the Settings API. Use this in a settings page to output a specific section. Should normally be called by do_settings_sections() rather than directly.

970

Continue reading