LLMS_REST_Webhook::is_valid_resource( array $args )
Determine if the the resource is valid for the webhook
Description Description
Parameters Parameters
- $args
-
(Required) Numeric array of arguments from the originating hook.
Return Return
(bool)
Source Source
File: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.11 | Skipped autosaves and revisions. Implemented a new way to consider a resource as just created. Thanks WooCoommerce. |
1.0.0-beta.1 | Introduced. |