get( 'Version' ) ); } if ( ! function_exists( 'auto_car_dealership_setup' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_setup_theme hook, which * runs before the init hook. The init hook is too late for some features, such * as indicating support for post thumbnails. */ function auto_car_dealership_setup() { load_theme_textdomain( 'auto-car-dealership', get_template_directory() . '/languages' ); // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); add_theme_support( 'align-wide' ); add_theme_support( 'woocommerce' ); // Add support for block styles. add_theme_support( 'wp-block-styles' ); // Enqueue editor styles. //add_editor_style( 'style.css' ); // Add support for core custom logo. add_theme_support( 'custom-logo', array( 'height' => 192, 'width' => 192, 'flex-width' => true, 'flex-height' => true, ) ); // Experimental support for adding blocks inside nav menus add_theme_support( 'block-nav-menus' ); // Add support for experimental link color control. add_theme_support( 'experimental-link-color' ); // Register nav menus. register_nav_menus( array( 'primary' => __( 'Primary Navigation', 'auto-car-dealership' ), ) ); // Theme Activation Notice global $pagenow; if (is_admin() && ('themes.php' == $pagenow) && isset( $_GET['activated'] )) { add_action('admin_notices', 'auto_car_dealership_activation_notice'); } } endif; add_action( 'after_setup_theme', 'auto_car_dealership_setup' ); // Notice after Theme Activation function auto_car_dealership_activation_notice() { echo '
'. esc_html__( '🎉 Welcome to VW Themes,', 'auto-car-dealership' ) .'
'; echo ''. esc_html__( 'You are now using the Auto Car Dealership, a beautifully designed theme to kickstart your website.', 'auto-car-dealership' ) .'
'; echo ''. esc_html__( 'To help you get started quickly, use the options below:', 'auto-car-dealership' ) .'
'; echo ''. esc_html__( 'GET STARTED', 'auto-car-dealership' ) .''; echo ''. esc_html__( 'VIEW DEMO', 'auto-car-dealership' ) .''; echo ''. esc_html__( 'UPGRADE TO PRO', 'auto-car-dealership' ) .''; echo ''. esc_html__( 'BUNDLE OF 350+ THEMES', 'auto-car-dealership' ) .''; echo '
';
echo '
';
echo '