Inventory_Presser_Addon::initialize_updater( string $class_name, string $plugin_path, string $license_key, string $include_betas = false )
initialize_updater
Contents
Parameters Parameters
- $class_name
-
(string) (Required) The class name in the add-on plugin's main file that contains the VERSION and LICENSE_ITEM constants
- $plugin_path
-
(string) (Required) The file path to the plugin for which we are checking for updates
- $license_key
-
(string) (Required) The license key provided by inventorypresser.com upon purchase
- $include_betas
-
(string) (Optional) Set to true if you wish customers to receive update notifications of beta releases
Default value: false
Return Return
(void)