LifterLMS_REST_API::webhooks()
Retrieve an instance of the webhooks management singleton.
Return Return
Source Source
File: libraries/lifterlms-rest/class-lifterlms-rest-api.php
292 293 294 | */ public function webhooks() { return LLMS_REST_Webhooks::instance(); |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |