Enable custom logo support
// Enable custom logo support
// https://codex.wordpress.org/Theme_Logo
add_theme_support('custom-logo', array(
'height' => 80,
'width' => 275,
'flex-height' => true,
'flex-width' => false,
'header-text' => array('site-title', 'site-description'),
));