Total - Responsive Multi-Purpose WordPress Theme 5.13

Download Total - Responsive Multi-Purpose WordPress Theme 5.13 from nulled fire. Total is a modern and responsive WordPress theme that combines the power of the WordPress Customizer
Go to
Code:
/functions.php
and add this
Code:
update_option( 'active_theme_license', 'true' );
after
Code:
if ( ! defined( 'ABSPATH' ) ) {
    exit;
}

Now it looks like this
Code:
if ( ! defined( 'ABSPATH' ) ) {
    exit;
}
update_option( 'active_theme_license', 'true' );