add_contextual_help
- add_contextual_help is deprecated since version 3.3.0!
Alternative: get_current_screen()->add_help_tab()
add_contextual_help ( $screen, $help )
Parameters:- (string) screen The handle for the screen to add help to. This is usually the hook name returned by the `add_*_page()` functions.
- (string) help The content of an 'Overview' help tab.
See:- WP_Screen::add_help_tab()
Defined at: - Introduced in WordPress: 2.7.0
- Deprecated in WordPress: 3.3.0
Description
Add contextual help text for a page.Creates an 'Overview' help tab.