Thanks TomzHow To Null Emallshop Theme
Go To emallshop\inc\theme-function.php
After Line 12 add this code
PHP:$data = array( 'api_key' => 'nulled', 'theme' => EMALLSHOP_PREFIX, 'purchase' => 'nulled', ); update_option( 'emallshop_activated_data', maybe_unserialize( $data ) ); update_option( 'emallshop_is_activated', true );
Like THis:
![]()