__( 'Primary Menu', 'bank-pro-top-neo' ), ) ); // Switch default core markup for search form, comment form, and comments // to output valid HTML5. add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', 'style', 'script', ) ); // WooCommerce support. add_theme_support( 'woocommerce' ); // Custom logo. add_theme_support( 'custom-logo', array( 'height' => 80, 'width' => 240, 'flex-width' => true, 'flex-height' => true, ) ); // Block styles. add_theme_support( 'wp-block-styles' ); // Wide blocks. add_theme_support( 'align-wide' ); } endif; add_action( 'after_setup_theme', 'bank_pro_top_neo_setup' ); /** * Enqueue scripts and styles. */ function bank_pro_top_neo_scripts() { wp_enqueue_style( 'bank-pro-top-neo-style', get_stylesheet_uri(), array(), '1.0.1' ); } add_action( 'wp_enqueue_scripts', 'bank_pro_top_neo_scripts' );