Header screen. * @type string $admin_preview_callback Callback function used to create the custom header markup in * the Appearance > Header screen. * } */ add_theme_support('custom-header', apply_filters('legal_custom_header_args', array( 'default-text-color' => 'fff', 'width' => 1260, 'height' => 240, 'flex-height' => true, 'wp-head-callback' => 'legal_header_style', 'admin-head-callback' => 'legal_admin_header_style', 'admin-preview-callback' => 'legal_admin_header_image', ))); } add_action('after_setup_theme', 'legal_custom_header_setup'); if (!function_exists('legal_header_style')) : /** * Styles the header image and text displayed on the blog * * @see legal_custom_header_setup(). * */ function legal_header_style() { $legal_text_color = get_header_textcolor(); // If no custom color for text is set, let's bail. if (display_header_text() && $legal_text_color === get_theme_support('custom-header', 'default-text-color')) return; // If we get this far, we have custom styles. ?> Header screen. * * @see legal_custom_header_setup() */ function legal_admin_header_style() { ?> Header screen. * * @see legal_custom_header_setup() */ function legal_admin_header_image() { ?>
<?php the_title_attribute(); ?>

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