Languages: English • 日本語 (Add your language)
Prints out all settings sections added to a particular settings page.
<?php do_settings_sections( $page ); ?>
This will output the section titles wrapped in h3 tags and the settings fields wrapped in tables.
do_settings_sections() is located in wp-admin/includes/template.php
.
Settings API: register_setting(), unregister_setting(), add_settings_field(), add_settings_section(), add_settings_error(), get_settings_errors(), settings_errors()