NAME
NAME
The main plugin class. Sets up the plugin services and loads them when WordPress runs.
$services :array<mixed,\Barn2\WLT_Lib\Service>
get_service(string $id): null|\Barn2\WLT_Lib\Service
Gets the plugin service by ID.
| string | $id | The service ID. |
The service object or null if not found.
get_services(): array<mixed,\Barn2\WLT_Lib\Service>
Gets all the plugin services.
The array of plugin services.
get_instance(): \Barn2\Plugin\WC_Lead_Time\Plugin
Return an instance of this class.
A single instance of this class.