SetSail - Travel Agency Theme 1.8

No permission to download
Joined
Sep 11, 2021
Messages
5,561
Reaction score
2,678
Credits
$2,755
thanks to dear member @theresa submitted a new resource:

SetSail - Travel Agency Theme - It’s time to bring your travel business up a notch!


Read more about this resource...
 
this theme was not request purchase key.if you want to disable message like
Your copy of the theme has not been activated.
you need to edit
functions.php
from
PHP:
if( ! function_exists( 'setsail_select_is_theme_registered' ) ) {
    function setsail_select_is_theme_registered() {
        if( function_exists( 'setsail_core_is_theme_registered' ) ){
            return setsail_core_is_theme_registered();
        } else {
            return false;
        }
    }
}
to
PHP:
if( ! function_exists( 'setsail_select_is_theme_registered' ) ) {
    function setsail_select_is_theme_registered() {
        if( function_exists( 'setsail_core_is_theme_registered' ) ){
            return true;
        }  
    }
}
}
 
Last edited: