apply_filters( 'llms_rest_webhook_query_default_args', array $args , LLMS_REST_Webhooks_Query $webhooks_query )
Filters the webhooks query default args
Parameters Parameters
- $args
-
(array) Array of default arguments to set up the query with.
- $webhooks_query
-
(LLMS_REST_Webhooks_Query) Instance of LLMS_REST_Webhooks_Query.
Source Source
File: libraries/lifterlms-rest/includes/class-llms-rest-webhooks-query.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |