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.


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.