LLMS_Helper_Upgrader::plugins_api( bool $response, string $action = '', obj $args = null )
Filter API calls to get plugin information and replace it with data from LifterLMS.com API for our addons
Description Description
Parameters Parameters
- $response
-
(Required) False (denotes API call should be made to wp.org for plugin info).
- $action
-
(Optional) Name of the API action.
Default value: ''
- $args
-
(Optional) Additional API call args.
Default value: null
Return Return
(false|obj)
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-upgrader.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |