Summery Summery
Gets the content from a contextual help sidebar.
Syntax Syntax
Return Return
(string) Contents of the help sidebar.
Source Source
File: wp-admin/includes/class-wp-screen.php
public function get_help_sidebar() {
return $this->_help_sidebar;
}
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |