HEX
Server: Apache
System: Linux web2033c1.megawebservers.com 5.14.0-570.37.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 28 10:41:06 UTC 2025 x86_64
User: absolutespace.ca (53202)
PHP: 7.4.33
Disabled: apache_get_modules,apache_get_version,disk_free_space,phpinfo,exec,shell_exec,passthru,system,proc_nice
Upload Files
File: /services/webpages/a/b/absolutespace.ca/public/wp-content/themes/construction/inc/updater/README.md
Unpack the zip in your theme folder, then add

require_once("pixelentity-theme-update/class-pixelentity-theme-update.php");
PixelentityThemeUpdate::init($username,$apikey,$author);

to your functions.php where

$username = Buyer Username 
$apikey = Buyer API Key
$author = Your Author Name (as defined in your themes style.css)

The first 2 parameters should be set by the buyer somehow, like in your theme options page.
$author variable can be a single name, like "Pixelentity" or an array of strings. If not set,
all themes purchased by the user on themeforest (even if by different authors) can be updated.

Enjoy!

Pixelentity Team.