'000', // Default text color 'width' => 1000, // Width of the header image 'height' => 250, // Height of the header image 'flex-height' => true, // Enable flexible height for header image 'flex-width' => true, // Enable flexible width for header image ); add_theme_support( 'custom-header', $args ); } add_action( 'after_setup_theme', 'betra_theme_custom_header_setup' ); add_theme_support( 'title-tag' ); add_theme_support( 'automatic-feed-links' ); add_theme_support( 'wp-block-styles' ); add_theme_support( 'responsive-embeds' ); add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption' ) ); add_theme_support( 'custom-logo' ); add_theme_support( 'custom-background' ); add_theme_support( 'align-wide' ); add_theme_support( 'post-thumbnails' ); ?>