'fff', 'width' => 1920, 'height' => 500, 'flex-width' => true, 'flex-height' => true, 'default-image' => get_template_directory_uri() . '/images/header.jpg', 'wp-head-callback' => 'bayn_lite_header_style', ) ) ); register_default_headers( array( 'work-space' => array( 'url' => '%s/images/header.jpg', 'thumbnail_url' => '%s/images/header.jpg', 'description' => esc_html__( 'Work Space', 'bayn-lite' ), ), ) ); } add_action( 'after_setup_theme', 'bayn_lite_custom_header_setup' ); if ( ! function_exists( 'bayn_lite_header_style' ) ) : /** * Show the header image and optionally hide the site title, site description. */ function bayn_lite_header_style() { ?>