In the file core/models/class-start-vm.php, change line 45 from: $this->has_license = false; to $this->has_license = true; You are ready to go. Zephyr is activated and importing demos works fine.
Author Archives: wptools
Uncategorized
How to activate WooCommerce Upload Files plugin
In the file woocommerce-upload-files/classes/com/WCUF_Globals.php, just before line 127 (aaproximately) which is: $wcuf_result = get_option(“_”.$wcuf_id); add this: update_option( “_”.$wcuf_id, md5($_SERVER[‘SERVER_NAME’]) ); It should now be activated and work fine.
Uncategorized
How to activate WordPress WhatsApp Support plugin
In the file includes/class-wws-init.php just after line 8 which is this: public function init() { Add this: update_option(‘sk_wws_license_key’, ‘whatever_license_key_you_want’); And then, in the file includes/admin/class-wws-admin-plugin-update.php find the function check_update which starts around line 15 and add this to the start of the function code: return; Refresh the dashboard and the plugin should be good to […]
Uncategorized
How to activate UserPro plugin
Method 1: Edit the file index.php and after line 37 which is global $userpro; add this: $userpro->validate_license(‘whatever-license-key-you-want-displayed-here’); No need to do anything else, upon reloading the dashboard it will be activated and nag messages will be gone. Method 2: Just use below key to activate the plugin 0d9266ab-4233-42ee-b48b-5fc5bfb8ee5f Method 3 Go to admin-notices.php and add: update_option(‘userpro_trial’, […]
Uncategorized
How to activate Digits plugin
In the file digits/digit.php add the following code to line 20 (which is a blank line): update_option(‘dig_purchasecode’, ‘8699958a-77f3-4db8-9422-126b0836e1c5’); That’s it. No need to enter any key. The key can actually be any 36 char string