apply_filters( 'llms_rest_webhook_is_valid_action', bool $ret , array $args , LLMS_REST_Webhook $this )
Determine if the current action is valid for the webhook
Parameters Parameters
- $ret
-
(bool) Whether or not the action is valid.
- $args
-
(array) Numeric array of arguments from the originating hook.
- $this
-
(LLMS_REST_Webhook) Webhook object.
Source Source
File: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php