MODULA_PRO_VERSION, // current version number 'license' => $license_key, // license key (used get_option above to retrieve from DB) 'item_id' => MODULA_PRO_STORE_ITEM_ID, // ID of the product 'author' => 'MachoThemes', // author of this plugin 'beta' => false, ) ); do_action( 'modula_pro_updater', $license_key, MODULA_PRO_STORE_URL ); } } new Modula_Pro_Updater();