LLMS_REST_Webhook::enqueue()
Add actions for all the webhooks hooks
Contents
Return Return
(void)
Source Source
File: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php
/** * Determine if the current action is valid for the webhook * * @since 1.0.0-beta.1 * * @param array $args Numeric array of arguments from the originating hook. * @return bool
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0-beta.1 | Introduced. |