add_contextual_help()函数是Wordpress函数,为页面添加上下文帮助文本。
add_contextual_help( string $screen, string $help )
说明(Description)
另见函数 WP_Screen::add_help_tab()()
参数(Parameters)
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| $screen | (string) | 必需 | 要向其添加帮助的屏幕的句柄。这通常是addu* u page()函数返回的挂钩名称。 |
| $help | (string) | 必需 | “概述”帮助选项卡的内容。 |
返回(Return)
无返回值
源码(Source)
add_contextual_help() 函数的代码位于 wp-admin/includes/template.php.
| 更新版本 | 源码位置 | 使用 | 被使用 |
|---|---|---|---|
| 3.3.0 | wp-admin/includes/deprecated.php:989 | 0 | 3 |
笔记(Notes)
按照建议





















