Warning: This hook has been deprecated. Use get_current_screen()->add_help_tab() or get_current_screen()->remove_help_tab() instead.
contextual_help_list WordPress Hook
The contextual_help_list hook allows you to add content to the help tabs for your Wordpress admin pages. This is useful for adding custom help documentation for your plugin or theme.
apply_filters_deprecated( 'contextual_help_list', array $old_compat_help , WP_Screen $screen ) #
Filters the legacy contextual help list.
Parameters
Source
Changelog
Version | Description |
---|---|
3.3.0 | Use get_current_screen()->add_help_tab() or get_current_screen()->remove_help_tab() instead. |
2.7.0 | Introduced. |