apply_filters( 'llms_load_webhooks_limit', int $limit )
Limit the number of webhooks that are loaded. By default all webhooks are loaded.
Parameters Parameters
- $limit
-
(int) Number of webhooks to load. Default
null
loads all webhooks.
Source Source
File: libraries/lifterlms-rest/includes/class-llms-rest-webhooks.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.16 | When retrieving the webhooks, instantiate the webhooks query passing no_found_rows arg as true , to improve performance (no pagination is needed). |
1.0.0-beta.1 | Introduced. |