WordPress函数文档do_settings_sections()

输出所有的设置项目单元 描述 Prints out all settings sections added t…

输出所有的设置项目单元

描述

Prints out all settings sections added to a particular settings page.

用法

<?php do_settings_sections$page ); ?>

参数

$page

(string) (必填) The slug name of the page whose settings sections you want to output. This should match the page name used in add_settings_section().

默认值: None

注意

This will output the section titles wrapped in h3 tags and the settings fields wrapped in tables.

源文件

do_settings_sections() 函数的代码位于 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()

  • 原文:http://codex.wordpress.org/Function_Reference/do_settings_sections
类别:WordPress函数文档

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT