940, 'height' => 150, 'flex-width' => true, 'flex-height' => true, 'default-image' => '', 'default-text-color' => '222222', 'wp-head-callback' => 'oxygen_header_style', 'admin-head-callback' => 'oxygen_admin_header_style', 'admin-preview-callback' => 'oxygen_admin_header_image' ) ) ); } add_action( 'after_setup_theme', 'oxygen_custom_header_setup' ); /** * Shiv for get_custom_header(). * * get_custom_header() was introduced to WordPress in version 3.4. * To provide backward compatibility with previous versions, * we will define our own version of this function. * * @return stdClass All properties represent attributes of the curent header image. * * @package Oxygen */ if ( ! function_exists( 'get_custom_header' ) ) : function get_custom_header() { return ( object ) array( 'url' => get_header_image(), 'thumbnail_url' => get_header_image(), 'width' => HEADER_IMAGE_WIDTH, 'height' => HEADER_IMAGE_HEIGHT, ); } endif; if ( ! function_exists( 'oxygen_header_style' ) ) : /** * Styles the header image and text displayed on the blog * * @see oxygen_custom_header_setup(). * * @since Oxygen 0.2.2 */ function oxygen_header_style() { // If no custom options for text are set, let's bail if ( HEADER_TEXTCOLOR == get_header_textcolor() && '' == get_header_image() ) return; // If we get this far, we have custom styles. Let's do this. ?> Header admin panel. * * @see oxygen_custom_header_setup(). * * @since Oxygen 0.2.2 */ function oxygen_admin_header_style() { $options = oxygen_get_theme_options(); $current_font = $options['font']; $current_font = str_replace( '_', ' ', $current_font ); ?> Header admin panel. * * @see oxygen_custom_header_setup(). * * @since Oxygen 0.2.2 */ function oxygen_admin_header_image() { ?>

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

>