Adds a sidebar to the contextual help for the screen.
Description
Call this in template files after admin.php is loaded and before admin-header.php is loaded to add a sidebar to the contextual help.
Parameters
$contentstringrequired- Sidebar content in plain text or HTML.
Source
public function set_help_sidebar( $content ) {
$this->_help_sidebar = $content;
}
Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |
This would add a third column for the help bar, just include the method on the help_bar callback function.