首页 WordPress函数大全 do_settings_fields()

do_settings_fields()

2020-05-01 / 3711阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

do_settings_fields( string $page, string $section )

Print 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.

参数

$page

(string)
(Required)
Slug title of the admin page whose settings fields you want to show.

$section

(string)
(Required)
Slug title of the settings section whose fields you want to show.

大家谈论
    我的见解