asusnet
Active member
- Aug 7, 2019
- 271
- 96
- 28
Instructions for future!
You need to edit the file wc-frontend-manager-ultimate/wc_frontend_manager_ultimate.php
Go to line 18 (approximately) and find the code:
PHP:if(!defined('ABSPATH')) exit; // Exit if accessed directly
Directly below that, line 19 (approximately) add the following:
PHP:update_option ('wcfmu_license_activated', 'Activated');
It will now look like:
PHP:if(!defined('ABSPATH')) exit; // Exit if accessed directly update_option ('wcfmu_license_activated', 'Activated');
That's it. Save the file and you are good to go!
TassieNZ![]()
Have the same for the Analytics please...!!