esc_html__( 'Primary Menu', 'aem-slate' ), ) ); add_theme_support( 'html5', array( 'comment-form', 'comment-list', 'gallery', 'caption', ) ); add_theme_support( 'custom-logo', array( 'height' => 100, 'width' => 400, 'flex-width' => true, 'flex-height' => true, ) ); add_theme_support( 'customize-selective-refresh-widgets' ); } endif; add_action( 'after_setup_theme', 'aem_slate_setup' ); function aem_slate_widgets_init() { } add_action( 'widgets_init', 'aem_slate_widgets_init' ); function aem_slate_scripts() { wp_enqueue_style( 'aem-slate-style', get_stylesheet_uri() ); } add_action( 'wp_enqueue_scripts', 'aem_slate_scripts' );