* * @package p2020 */ namespace Automattic\P2\Themes\P2020; $custom_header_height = 152; $custom_header_width = 304; if ( apply_filters( 'p2020_use_space_icon_layout', true ) ) { $custom_header_height = 144; $custom_header_width = 360; } $args = [ 'default-text-color' => '000', 'width' => $custom_header_width * 2, /* 2x resolution */ 'height' => $custom_header_height * 2, /* 2x resolution */ 'flex-width' => true, 'flex-height' => true, 'header-text' => false, ]; add_theme_support( 'custom-header', $args );