Sh3ll
OdayForums


Server : LiteSpeed
System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : claqxcrl ( 523)
PHP Version : 8.1.32
Disable Function : NONE
Directory :  /home/claqxcrl/askdragao.com/wp-content/themes/sports-lite/inc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/claqxcrl/askdragao.com/wp-content/themes/sports-lite/inc/custom-header.php
<?php
/**
 * @package Sports Lite
 * Setup the WordPress core custom header feature.
 *
 * @uses sports_lite_header_style()

 */
function sports_lite_custom_header_setup() {
	add_theme_support( 'custom-header', apply_filters( 'sports_lite_custom_header_args', array(		
		'default-text-color'     => 'ffffff',
		'width'                  => 1400,
		'height'                 => 200,
		'wp-head-callback'       => 'sports_lite_header_style',		
	) ) );
}
add_action( 'after_setup_theme', 'sports_lite_custom_header_setup' );

if ( ! function_exists( 'sports_lite_header_style' ) ) :
/**
 * Styles the header image and text displayed on the blog
 *
 * @see sports_lite_custom_header_setup().
 */
function sports_lite_header_style() {
	$header_text_color = get_header_textcolor();
	?>
	<style type="text/css">
	<?php
		//Check if user has defined any header image.
		if ( get_header_image() || get_header_textcolor() ) :
	?>
		.site-header{
			background: url(<?php echo esc_url( get_header_image() ); ?>) no-repeat;
			background-position: center top;
		}
		.logo h1 a { color:#<?php echo esc_html(get_header_textcolor()); ?>;}
	<?php endif; ?>	
	</style>
    
    <?php
	// If the header text option is untouched, let's bail.
	if ( display_header_text() ) {
		return;
	}

	// If the header text has been hidden.
	?>
    <style type="text/css">		
		.logo h1,
		.logo p{
			clip: rect(1px, 1px, 1px, 1px);
			position: absolute;
		}
    </style>
    
	<?php         
} 
endif; // sports_lite_header_style 

ZeroDay Forums Mini