/home/silvwabw/public_html/wp-content/themes/taxico/functions.php
<?php
/**
 * Theme Functions
 *
 * @author Jegtheme
 * @package taxico
 */

if ( ! defined( 'ABSPATH' ) ) {
    exit;
}

defined( 'TAXICO_VERSION' ) || define( 'TAXICO_VERSION', '1.0.0' );
defined( 'TAXICO_DIR' ) || define( 'TAXICO_DIR', trailingslashit( get_template_directory() ) );
defined( 'TAXICO_URI' ) || define( 'TAXICO_URI', trailingslashit( get_template_directory_uri() ) );

require get_parent_theme_file_path( 'inc/autoload.php' );

Taxico\Init::instance();