Decryption key:
Version 3.8.5 – 21-01-2025
Bug fixes
- Update out of date file of WooCommerce Remove file:
– woocommerce/single-product/relate.php
- Fixed: some minor bugs CSS
+ tp-portfolio-v1.8.zip
+ thim-testimonials-v1.3.1.zip
+ thim-our-team-v1.3.1.zip
+ thim-elementor-kit-v1.2.9 .zip
+ thim-core-v2.3.5.zip
How to null the theme:
The license system is in the Thim Core plugin.
1. in Thim Core plugin folder, open thim-core.php
(or you can use your child theme functions.php)
Add the code to the theme's functions.php, it should work as well.
(/coaching/functions.php)
2. scroll to the last line
3. paste this code & save
Code:
PHP:
$data = get_option( 'thim_core_product_registration_themes');
$data['coaching']['purchase_code'] = 'h2BuHuCFTdl1GHB48mfIWh7TXHbaxQJE';
update_option( 'thim_core_product_registration_themes', $data );
//or use this for WP Multisite
//update_site_option( 'thim_core_product_registration_themes', $data );
What I tested:
-Importing demo => WORKING
-Installing addons plugin => NOT WORKING (You need to upload them individually to the forum.)