WP_Screen::get_help_sidebarpublicWP 3.4.0

Gets the content from a contextual help sidebar.

Method of the class: WP_Screen{}

No Hooks.

Returns

String. Contents of the help sidebar.

Usage

$WP_Screen = new WP_Screen();
$WP_Screen->get_help_sidebar();

Changelog

Since 3.4.0 Introduced.

WP_Screen::get_help_sidebar() code WP 6.9.1

public function get_help_sidebar() {
	return $this->_help_sidebar;
}