do_accordion_sections()
do_accordion_sections( string|object $screen, string $c…
do_accordion_sections( string|object $screen, string $context, mixed $object )
元框折叠模板功能。
Meta Box Accordion Template Function.
目录锚点:#说明#参数#返回#源码
说明(Description)
该函数主要由do_meta_box()中的抽象代码组成,用于将meta box构建为列表项,以显示为可折叠的accordion。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$screen | (string | object) | 必需 | 屏幕标识符。 |
$context | (string) | 必需 | 元框上下文。 |
$object | (mixed) | 必需 | 作为第一个参数传递给节回调函数。 |
返回(Return)
(int)作为相应节的元框数。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.6.0 | wp-admin/includes/template.php:1427 | 0 | 8 |
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!