Summery Summery
Add a sidebar to the contextual help for the screen.
Syntax Syntax
Description 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 Parameters
- $content
-
(Required) Sidebar content in plain text or HTML.
Source Source
File: wp-admin/includes/class-wp-screen.php
public function set_help_sidebar( $content ) { $this->_help_sidebar = $content; }
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |