imalchev
New member
- Apr 15, 2019
- 16
- 7
- 3
Here is how to null the theme:
Target file:
\wp-content\themes\wyzi-business-finder\functions.php
Find this text at line 17:
define('ULTIMATE_NO_PLUGIN_PAGE_NOTICE', true);
and add the following line below:
update_option( 'wyz_registration_data', [ 'valid' => true, 'code' => 'nice' ] );
final result should look like this:
17: define('ULTIMATE_NO_PLUGIN_PAGE_NOTICE', true);
18: update_option( 'wyz_registration_data', [ 'valid' => true, 'code' => 'nice' ] );
Target file:
\wp-content\themes\wyzi-business-finder\functions.php
Find this text at line 17:
define('ULTIMATE_NO_PLUGIN_PAGE_NOTICE', true);
and add the following line below:
update_option( 'wyz_registration_data', [ 'valid' => true, 'code' => 'nice' ] );
final result should look like this:
17: define('ULTIMATE_NO_PLUGIN_PAGE_NOTICE', true);
18: update_option( 'wyz_registration_data', [ 'valid' => true, 'code' => 'nice' ] );