Core Function
View Source on Trac ↗ add_contextual_help()
add_contextual_help( mixed $screen, mixed $help ) Add contextual help text for a page.
Parameters 2 required
| Name / Type | Description |
|---|---|
| string | $screen The handle for the screen to add help to. This is usually the hook name returned by the `add_*_page()` functions. Required |
| $help string | The content of an 'Overview' help tab. Required |
Return Value
(void)
No return value description available.
Function Information
Since Version
2.7.0
Source File
wp-admin/includes/deprecated.php
Advertisement