true, 'width' => 300, 'flex-height' => true, 'height' => 60, 'default-text-color' => 'ffffff', 'wp-head-callback' => 'hueman_header_style', 'admin-head-callback' => 'hueman_admin_header_style', 'admin-preview-callback' => 'hueman_admin_header_image', ); add_theme_support( 'custom-header', $args ); } add_action( 'after_setup_theme', 'hueman_custom_header_setup' ); /** * Styles the header image displayed on the Appearance > Header admin panel. */ function hueman_admin_header_style(){ ?> Header admin panel. */ function hueman_admin_header_image(){ echo '
' . $link . '
'."\n"; } echo '' . get_bloginfo( 'description' ) . '
'; } echo '