Filters the default legacy contextual help text.
$old_help_defaultstringwp-admin/includes/class-wp-screen.php:843WP_Screen::render_screen_meta() * @deprecated 3.3.0 Use {@see get_current_screen()} with * {@see WP_Screen::add_help_tab()} or * {@see WP_Screen::remove_help_tab()} instead. * * @param string $old_help_default Default contextual help text. */ $default_help = apply_filters_deprecated( 'default_contextual_help', array( '' ), '3.3.0', 'get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab()' ); if ( $default_help ) {Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.