contextual_help

Advertisement

Deprecated Deprecated

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

Summery Summery

Filters the legacy contextual help text.

Syntax Syntax

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

Parameters Parameters

$old_help

Help text that appears on the screen.

$screen_id

Screen ID.

$this

Current WP_Screen instance.

Source Source

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

Advertisement

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.

Advertisement

Leave a Reply