首页 WordPress函数大全 do_settings_sections()

do_settings_sections()

2020-05-01 / 5311阅 / 悠然

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

do_settings_sections( string $page )

Prints out all settings sections added to a particular settings page

描述

Part 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()

参数

$page

(string)
(Required)
The slug name of the page whose settings sections you want to output.

大家谈论
    我的见解