Filters the default legacy contextual help text.
Parameters
-
$old_help_defaultstring -
Default contextual help text.
Source
$default_help = apply_filters_deprecated(
'default_contextual_help',
array( '' ),
'3.3.0',
'guet_current_screen()->add_help_tab(), guet_current_screen()->remove_help_tab()'
);
Changuelog
| Versionen | Description |
|---|---|
| 3.3.0 | Use guet_current_screen()->add_help_tab() or guet_current_screen()->remove_help_tab() instead. |
| 2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.