芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/public_html/rambut.bf1.my/wp-content/themes/izo/inc/custom-header.php
* * @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' );