403Webshell
Server IP : 104.21.90.98  /  Your IP : 162.159.115.10
Web Server : nginx/1.26.1
System : Linux ecc7dbd2befa 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64
User : www-data ( 82)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/html/wp-content/themes/izo/inc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wp-content/themes/izo/inc/custom-header.php
<?php
/**
 * Sample implementation of the Custom Header feature
 *
 * You can add an optional custom header image to header.php like so ...
 *
	<?php the_header_image_tag(); ?>
 *
 * @link https://developer.wordpress.org/themes/functionality/custom-headers/
 *
 * @package Izo
 */

/**
 * Set up the WordPress core custom header feature.
 *
 * @uses izo_header_style()
 */
function izo_custom_header_setup() {
	add_theme_support(
		'custom-header',
		apply_filters(
			'izo_custom_header_args',
			array(
				'default-image'      => '',
				'header-text'        => false,
				'width'              => 1920,
				'height'             => 500,
				'flex-height'        => true,
				'flex-width'        => true,
			)
		)
	);
}
add_action( 'after_setup_theme', 'izo_custom_header_setup' );

Youez - 2016 - github.com/yon3zu
LinuXploit