WP_Screen::get_help_sidebar() – Gets the content from a contextual help sidebar.
You appear to be a bot. Output may be restricted
Description
Gets the content from a contextual help sidebar.
Usage
$string = WP_Screen::get_help_sidebar();
Parameters
Returns
string Contents of the help sidebar.
Source
File name: wordpress/wp-admin/includes/class-wp-screen.php
Lines:
1 to 3 of 3
public function get_help_sidebar() { return $this->_help_sidebar; }