NAME
NAME = 'WooCommerce Restaurant Ordering'
The main plugin class. Responsible for setting up to core plugin services.
get_license() : \Barn2\WRO_Lib\Plugin\Barn2\WRO_Lib\Plugin\License\License
Get the plugin license object.
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 |
has_valid_license() : boolean
Does this plugin have a valid license?
true if valid.
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 |
None found |
None found |
get_version() : string
Get the plugin version number (e.g. 1.3.2).
The version number.
None found |
get_file() : string
Get the full path to the main plugin file.
The plugin file.
None found |
get_slug() : string
Get the slug for this plugin (e.g. my-plugin).
The plugin slug.
None found |
get_basename() : string
Get the 'basename' for the plugin (e.g. my-plugin/my-plugin.php).
The plugin basename.
None found |
get_dir_path() : string
Get the full directory path to the plugin folder, with trailing slash (e.g. /wp-content/plugins/my-plugin/).
The plugin directory path.
None found |
None found |
is_woocommerce() : boolean
Is this plugin a WooCommerce extension?
true if it's a WooCommerce extension.
None found |
is_edd() : boolean
Is this plugin an Easy Digital Downloads extension?
true if it's an EDD extension.
None found |
get_documentation_url() : string
Get the documentation URL for this plugin.
(URL)
None found |
get_support_url() : string
Get the support URL for this plugin.
(URL)
None found |
get_settings_page_url() : string
Get the settings page URL in the WordPress admin.
(URL)
None found |
None found |
get_service(string $id) : \Barn2\WRO_Lib\Service
Get the service for the specified ID.
string | $id | The service ID |
The service object
None found |
get_services() : array
Get the list of services provided.
The list of service objects.
None found |
None found |
None found |
None found |