* * @package Delicacy * @since Delicacy 1.2.2-wpcom */ /** * Setup the WordPress core custom header feature. * * @uses delicacy_header_style() * @uses delicacy_admin_header_style() * @uses delicacy_admin_header_image() * * */ function delicacy_custom_header_setup() { add_theme_support( 'custom-header', apply_filters( 'delicacy_custom_header_args', array( 'default-image' => '', 'default-text-color' => '333', 'width' => 980, 'height' => 250, 'flex-height' => true, 'wp-head-callback' => 'delicacy_header_style', 'admin-head-callback' => 'delicacy_admin_header_style', 'admin-preview-callback' => 'delicacy_admin_header_image', ) ) ); } add_action( 'after_setup_theme', 'delicacy_custom_header_setup' ); if ( ! function_exists( 'delicacy_header_style' ) ) : /** * Styles the header image and text displayed on the blog * * @see delicacy_custom_header_setup(). * * @since Delicacy 1.2.2-wpcom */ function delicacy_header_style() { // If no custom options for text are set, let's bail // get_header_textcolor() options: HEADER_TEXTCOLOR is default, hide text (returns 'blank') or any hex value if ( HEADER_TEXTCOLOR == get_header_textcolor() ) return; // If we get this far, we have custom styles. Let's do this. ?> Header admin panel. * * @see delicacy_custom_header_setup(). * * @since Delicacy 1.2.2-wpcom */ function delicacy_admin_header_style() { ?> Header admin panel. * * @see delicacy_custom_header_setup(). * * @since Delicacy 1.2.2-wpcom */ function delicacy_admin_header_image() { ?>

onclick="return false;" href="">