How to activate ListingEasy Directory theme

Add this to the theme (or child theme) functions.php file

function activate_theme() { 
update_option('gt3_registration_status', 'active'); update_option('gt3_account_attached', 'true');
update_option('sdfgdsfgdfg', 'Product is activated!');
}
add_action( 'admin_init', 'activate_theme' );

Leave a Reply