WP_Screen::get_help_sidebar()

Gets the content from a contextual help sidebar.


Description Description


Return Return

(string) Contents of the help sidebar.


Top ↑

Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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