WP_Screen::get_help_sidebar()publicWP 3.4.0

Gets the content from a contextual help sidebar.

Method of the class: WP_Screen{}

No Hooks.

Return

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

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