'', 'default-text-color' => '000000', 'width' => 200, 'height' => 50, 'flex-height' => false, 'wp-head-callback' => 'bemainty_header_style', 'admin-head-callback' => 'bemainty_admin_header_style', 'admin-preview-callback' => 'bemainty_admin_header_image', ) ) ); } add_action( 'after_setup_theme', 'bemainty_custom_header_setup' ); if ( ! function_exists( 'bemainty_header_style' ) ) : function bemainty_header_style() { $header_text_color = get_header_textcolor(); if ( HEADER_TEXTCOLOR == $header_text_color ) { return; } ?>