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.


Top ↑

Source Source

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

View on GitHub



Top ↑

Changelog 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.

Top ↑

User Contributed Notes User Contributed Notes

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