Deprecated Deprecated
This hook has been deprecated. Use get_current_screen()->add_help_tab() or get_current_screen()->remove_help_tab() instead.
Summery Summery
Filters the legacy contextual help list.
Syntax Syntax
Parameters Parameters
- $old_compat_help
-
Old contextual help.
- $this
-
Current WP_Screen instance.
Source Source
Advertisement
Changelog 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. |