'', 'default-text-color' => '495762', 'width' => 1600, 'height' => 420, 'default-image' => get_parent_theme_file_uri( '/img/header.jpg' ), 'flex-height' => true, 'wp-head-callback' => 'anissa_header_style', 'admin-head-callback' => 'anissa_admin_header_style', 'admin-preview-callback' => 'anissa_admin_header_image', ) ) ); register_default_headers( array( 'default-image' => array( 'url' => '%s/img/header.jpg', 'thumbnail_url' => '%s/img/header.jpg', 'description' => __( 'Default Header Image', 'anissa' ), ), ) ); } add_action( 'after_setup_theme', 'anissa_custom_header_setup' ); if ( ! function_exists( 'anissa_header_style' ) ) : /** * Styles the header image and text displayed on the blog * * @see anissa_custom_header_setup(). */ function anissa_header_style() { $header_text_color = get_header_textcolor(); $header_image = get_header_image(); if ( $header_image ) : ?> Header admin panel. * * @see anissa_custom_header_setup(). */ function anissa_admin_header_style() { ?> Header admin panel. * * @see anissa_custom_header_setup(). */ function anissa_admin_header_image() { ?>