); } License::clearVersionCache(); } /** * Before crypt update settings * * @return void */ public static function beforeCryptUpdateSettings() { // make sure the license date si reade before the settings are updated LicenseData::getInstance(); } /** * After crypt update settings * * @return void */ public static function afterCryptUpdateSettings() { LicenseData::getInstance()->save(); } /** * * @return string */ public static function getAddonPath() { return __DIR__; } /** * * @return string */ public static function getAddonFile() { return __FILE__; } } The file /home/parsivan/public_html/wp-content/themes/xtra/functions.php is corrupted.