contextual_help_list
apply_filters_deprecated( ‘contextual_help_list’, array $old_compat_help , WP_Screen $this )
筛选挂钩(不推荐):筛选旧的上下文帮助列表。
Filter Hook (deprecated): Filters the legacy contextual help list.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$old_compat_help | (array) | 旧的上下文帮助。 |
$this | (WP_Screen) | 当前WP_屏幕实例。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.3.0 | wp-admin/includes/class-wp-screen.php:799 | 1 | 0 |
contextual_help_list 为WP2原创文章,链接:https://www.wp2.cn/hook/contextual_help_list/