Inventory_Presser_Addon_Updater::__construct( string $_api_url, string $_plugin_file, array $_api_data = null )
Class constructor.
Contents
Parameters Parameters
- $_api_url
-
(Required) The URL pointing to the custom API endpoint.
- $_plugin_file
-
(Required) Path to the plugin file.
- $_api_data
-
(Optional) data to send with API calls.
Default value: null
Source Source
File: includes/addon/class-addon-updater.php
Expand full source code Collapse full source code View on Github