get_id()
get_id()
Get the plugin ID.
$return int The plugin ID.
Extends the Plugin interface to add additional functions for licensed plugins.
get_license() : \Barn2\WRO_Lib\Plugin\Barn2\WRO_Lib\Plugin\License\License
Get the plugin license object.
None found |
has_valid_license() : boolean
Does this plugin have a valid license?
true if valid.
None found |
get_license_setting() : \Barn2\WRO_Lib\Plugin\Barn2\WRO_Lib\Plugin\License\Admin\License_Setting
Get the license setting for the plugin.
None found |
get_license_page_url() : string
Get the URL of the page where license settings are managed.
The license setting URL
None found |
get_legacy_db_prefix() : string
Get the legacy database prefix for the old license system.
The prefix or an empty string if not applicable
None found |