contextual_help

最后更新于:2021-11-26 04:01:19

apply_filters_deprecated( ‘contextual_help’, string $old_help, string $screen_id, GC_Screen $screen )

Filters the legacy contextual help text.

参数

$old_help

(string)
Help text that appears on the screen.

$screen_id

(string)
Screen ID.

$screen

(GC_Screen)
Current GC_Screen instance.

源文件

文件: gc-admin/includes/class-gc-screen.php

View on Trac