WP_Screen::get_help_sidebar() WordPress Method
The WP_Screen::get_help_sidebar() method allows you to get the help sidebar for a given screen. This is useful for customizing the help sidebar for a specific screen.
WP_Screen::get_help_sidebar() #
Gets the content from a contextual help sidebar.
Return
(string) Contents of the help sidebar.
Source
File: wp-admin/includes/class-wp-screen.php
public function get_help_sidebar() { return $this->_help_sidebar; }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |