This hook has been deprecated. Use get_current_screen()->add_help_tab() or get_current_screen()->remove_help_tab() instead.
apply_filters( 'default_contextual_help', string $old_help_default )
Filters the default legacy contextual help text.
Parameters
- $old_help_default
-
Default contextual help text.
Source
Changelog
Version | Description |
---|---|
WP-3.3.0 | Use get_current_screen()->add_help_tab() or get_current_screen()->remove_help_tab() instead. |
WP-2.8.0 | Introduced. This hook has been deprecated. Use get_current_screen()->add_help_tab() or get_current_screen()->remove_help_tab() instead. |