WP_Screen::get_help_sidebar(): string

In this article

Gets the content from a contextual help sidebar.

Return

string Contents of the help sidebar.

Source

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

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

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