HEX
Server: LiteSpeed
System: Linux mail.aatilis.ir 6.8.0-101-generic #101-Ubuntu SMP PREEMPT_DYNAMIC Mon Feb 9 10:15:05 UTC 2026 x86_64
User: www (1000)
PHP: 8.3.30
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/soqatland.com/wp-content/themes/woodmart/theme-core/upgrade/load-v4p14.php
<?php
require dirname(__FILE__) . '/Puc/v4p14/Autoloader.php';
new Puc_v4p14_Autoloader();

require dirname(__FILE__) . '/Puc/v4p14/Factory.php';
require dirname(__FILE__) . '/Puc/v4/Factory.php';

//Register classes defined in this version with the factory.
foreach (
	array(
		'Plugin_UpdateChecker' => 'Puc_v4p14_Plugin_UpdateChecker',
		'Theme_UpdateChecker'  => 'Puc_v4p14_Theme_UpdateChecker',

		'Vcs_PluginUpdateChecker' => 'Puc_v4p14_Vcs_PluginUpdateChecker',
		'Vcs_ThemeUpdateChecker'  => 'Puc_v4p14_Vcs_ThemeUpdateChecker',

		'GitHubApi'    => 'Puc_v4p14_Vcs_GitHubApi',
		'BitBucketApi' => 'Puc_v4p14_Vcs_BitBucketApi',
		'GitLabApi'    => 'Puc_v4p14_Vcs_GitLabApi',
	)
	as $pucGeneralClass => $pucVersionedClass
) {
	Puc_themefour_Factory::addVersion($pucGeneralClass, $pucVersionedClass, '4.14');
	//Also add it to the minor-version factory in case the major-version factory
	//was already defined by another, older version of the update checker.
	Puc_v4p14_Factory::addVersion($pucGeneralClass, $pucVersionedClass, '4.14');
}