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