Warning: Constant WP_USE_THEMES already defined in /home/u358106688/domains/calartour.shop/public_html/index.php on line 1
/**
* Travel Agency functions and definitions
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package Travel_Agency
*/
$travel_agency_theme_data = wp_get_theme();
if( ! defined( 'TRAVEL_AGENCY_THEME_VERSION' ) ) define( 'TRAVEL_AGENCY_THEME_VERSION', $travel_agency_theme_data->get( 'Version' ) );
if( ! defined( 'TRAVEL_AGENCY_THEME_NAME' ) ) define( 'TRAVEL_AGENCY_THEME_NAME', $travel_agency_theme_data->get( 'Name' ) );
if( ! defined( 'TRAVEL_AGENCY_THEME_TEXTDOMAIN' ) ) define( 'TRAVEL_AGENCY_THEME_TEXTDOMAIN', $travel_agency_theme_data->get( 'TextDomain' ) );
/**
* Implement Local Font Method functions.
*/
require get_template_directory() . '/inc/class-webfont-loader.php';
/**
* Custom functions that act independently of the theme templates.
*/
require get_template_directory() . '/inc/extras.php';
/**
* Custom functions for selective refresh.
*/
require get_template_directory() . '/inc/partials.php';
/**
* Custom Functions
*/
require get_template_directory() . '/inc/custom-functions.php';
/**
* Template Functions
*/
require get_template_directory() . '/inc/template-functions.php';
/**
* Customizer additions.
*/
require get_template_directory() . '/inc/customizer.php';
/**
* Widgets
*/
require get_template_directory() . '/inc/widgets.php';
/**
* Metabox
*/
require get_template_directory() . '/inc/metabox.php';
/**
* Getting Started
*/
require get_template_directory() . '/inc/dashboard/dashboard.php';
/**
* Plugin Recommendation
*/
require get_template_directory() . '/inc/tgmpa/recommended-plugins.php';
/**
* Fontawesome
*/
require get_template_directory() . '/inc/fontawesome.php';
/**
* Add theme compatibility function for elementor if active
*/
if( travel_agency_is_elementor_activated() )
require get_template_directory() . '/inc/elementor-compatibility.php';
Fatal error: Uncaught Error: Call to undefined function travel_agency_get_homepage_section() in /home/u358106688/domains/calartour.shop/public_html/wp-content/themes/travel-agency/front-page.php:12
Stack trace:
#0 /home/u358106688/domains/calartour.shop/public_html/wp-includes/template-loader.php(113): include()
#1 /home/u358106688/domains/calartour.shop/public_html/wp-blog-header.php(19): require_once('/home/u35810668...')
#2 /home/u358106688/domains/calartour.shop/public_html/index.php(1): require('/home/u35810668...')
#3 {main}
thrown in /home/u358106688/domains/calartour.shop/public_html/wp-content/themes/travel-agency/front-page.php on line 12