LLMS_REST_Webhooks_Query::get_webhooks()
Retrieve an array of LLMS_REST_Webhook objects for the given result set returned by the query
Description Description
Return Return
(array)
Source Source
File: libraries/lifterlms-rest/includes/class-llms-rest-webhooks-query.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.16 | Drop usage of this->get_filter( 'get_webhooks' ) in favor of 'llms_rest_webhook_query_get_webhooks' . |
1.0.0-beta.1 | Introduced. |