esc_html__( 'Main menu', 'bakery-elementor' ), )); add_theme_support( 'responsive-embeds' ); add_theme_support( 'woocommerce' ); add_theme_support( 'align-wide' ); add_theme_support('title-tag'); add_theme_support('automatic-feed-links'); add_theme_support( 'wp-block-styles' ); add_theme_support('post-thumbnails'); add_theme_support( 'custom-background', array( 'default-color' => 'f3f3f3' )); add_theme_support( 'custom-logo', array( 'height' => 80, 'width' => 200, ) ); add_theme_support( 'custom-header', array( 'default-image' => get_parent_theme_file_uri( '/assets/images/default-header-image.png' ), 'width' => 1920, 'flex-width' => true, 'height' => 550, 'flex-height' => true, 'header-text' => false, )); register_default_headers( array( 'default-image' => array( 'url' => '%s/assets/images/default-header-image.png', 'thumbnail_url' => '%s/assets/images/default-header-image.png', 'description' => __( 'Default Header Image', 'bakery-elementor' ), ), ) ); add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', ) ); add_editor_style( array( '/assets/css/editor-style.css' ) ); global $pagenow; if (is_admin() && ('themes.php' == $pagenow) && isset( $_GET['activated'] )) { add_action('admin_notices', 'bakery_elementor_activation_notice'); } } add_action( 'after_setup_theme', 'bakery_elementor_after_setup_theme', 999 ); } function bakery_elementor_activation_notice() { echo '
'. esc_html__( 'Thank you for choosing Bakery Elementor theme .To setup the theme, please visit the get started page.', 'bakery-elementor' ) .'
'; echo ''. esc_html__( 'GET STARTED', 'bakery-elementor' ) .''; echo ''. esc_html__( 'BUY NOW', 'bakery-elementor' ) .''; echo ''. esc_html__( 'DEMO', 'bakery-elementor' ) .''; echo '