do_settings_fields
do_settings_fields ( $page, $section )
Parameters:- (string) page Slug title of the admin page whose settings fields you want to show.
- (string) section Slug title of the settings section whose fields you want to show.
Defined at: - Introduced in WordPress: 2.7.0
- Deprecated in WordPress: —
Description
Prints out the settings fields for a particular settings section.Part 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.