240, 'width' => 240, 'flex-height' => true, ) ); add_theme_support( 'custom-background', array( 'default-color' => 'ffffff' ) ); /* * This theme styles the visual editor to resemble the theme style, * specifically font, colors, icons, and column width. */ add_editor_style( array( 'assets/css/editor-style.css', business_landing_page_font_url() ) ); // Theme Activation Notice global $pagenow; if (is_admin() && ('themes.php' == $pagenow) && isset( $_GET['activated'] )) { add_action('admin_notices', 'business_landing_page_activation_notice'); } } endif; add_action( 'after_setup_theme', 'business_landing_page_setup' ); // Notice after Theme Activation function business_landing_page_activation_notice() { echo '
'. esc_html__( '🎉 Welcome to VW Themes,', 'business-landing-page' ) .'
'; echo ''. esc_html__( 'You are now using the Business Landing Page, a beautifully designed theme to kickstart your website.', 'business-landing-page' ) .'
'; echo ''. esc_html__( 'To help you get started quickly, use the options below:', 'business-landing-page' ) .'
'; echo ''. esc_html__( 'IMPORT DEMO', 'business-landing-page' ) .''; echo ''. esc_html__( 'VIEW DEMO', 'business-landing-page' ) .''; echo ''. esc_html__( 'UPGRADE TO PRO', 'business-landing-page' ) .''; echo ''. esc_html__( 'BUNDLE OF 350+ THEMES', 'business-landing-page' ) .''; echo '
';
echo '
';
echo '