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
Description Description
Parameters Parameters
- $ret
-
Whether or not the action is valid.
- $args
-
Numeric array of arguments from the originating hook.
- $this
-
Webhook object.
Source Source
File: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php