Warning: This hook has been deprecated. Use get_current_screen()->add_help_tab() or get_current_screen()->remove_help_tab() instead.

default_contextual_help WordPress Hook

The default_contextual_help hook is used to set the default help text for the WordPress admin interface. This hook is called when the admin screen is first loaded, and can be used to override the default help text for any screen in the WordPress admin.

apply_filters_deprecated( 'default_contextual_help', string $old_help_default ) #

Filters the default legacy contextual help text.


Parameters

$old_help_default

(string)Default contextual help text.


Top ↑

Source

File: wp-admin/includes/class-wp-screen.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.3.0Use get_current_screen()->add_help_tab() or get_current_screen()->remove_help_tab() instead.
2.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.