📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-20 23:56:11
📂
/ (Root)
/
home
/
xeqi7597
/
mota.claireduwig.com
/
wp-content
/
themes
/
izo
/
inc
📍 /home/xeqi7597/mota.claireduwig.com/wp-content/themes/izo/inc
🔄 Refresh
✏️
Editing: custom-header.php
Writable
<?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' );
💾 Save Changes
❌ Cancel