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

apply_filters( 'contextual_help', string $old_help, string $screen_id, WP_Screen $this )

Filters the legacy contextual help text.


Description Description


Parameters Parameters

$old_help

(string) Help text that appears on the screen.

$screen_id

(string) Screen ID.

$this

(WP_Screen) Current WP_Screen instance.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog 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.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.