WPDev.one
Core Function
View Source on Trac ↗

do_settings_fields()

do_settings_fields( mixed $page, mixed $section )

Prints out the settings fields for a particular settings section.

Parameters 2 required

Name / Type Description
$page
string

Slug title of the admin page whose settings fields you want to show.

Required
$section
string

Slug title of the settings section whose fields you want to show.

Required

Return Value

(void)
No return value description available.

Function Information

Since Version
2.7.0
Source File
wp-admin/includes/template.php
Advertisement