Property | Type | Description | |
---|---|---|---|
$currentScreen | WP_Screen | The WordPres current screen |
Method | Description | |
---|---|---|
__construct ( ) : WPDKScreenHelp | Create an instance of WPDKScreenHelp class | |
addTab ( string $title, $callable_content ) | Add a help tab to current screen | |
display ( ) | Used this method to add tab and sidebar to the screen | |
sidebar ( ) : string | Return the HTML markup for sidebar | |
tabs ( array $tabs = [] ) : array | Return a key value pairs array with the list of tabs |
public __construct ( ) : WPDKScreenHelp | ||
return | WPDKScreenHelp |