Method | Description | |
---|---|---|
__construct ( ) | Plugin constructor. | |
_help_plugin_config_plugin ( array $actions, string $plugin_id ) : array | Registered to the plugin_config hook to supply help via a plugin's help in xml | |
_help_plugin_ui_plugin ( string $plugin_id, string $action ) | Registered to the plugin_ui hook to supply help via a plugin's help in xml | |
get_version ( ) : string | Provide a method to return the version number from the plugin xml | |
info ( ) | Loads a theme's metadata from an XML file in theme's directory. |
final public __construct ( ) |
public _help_plugin_ui_plugin ( string $plugin_id, string $action ) | ||
$plugin_id | string | The id of the plugin whose action was triggered |
$action | string | The action triggered |
public get_version ( ) : string | ||
return | string | The plugin version from XML |
final public info ( ) |