function override_vantage_customlogo() {
add_theme_support( 'custom-logo', array(
'height' => 98,
'width' => 250,
'flex-width' => true,
'flex-height' => false,
) );
}
add_action( 'after_setup_theme', 'override_vantage_customlogo', 4 );
There are currently 1 users browsing this thread. (0 members and 1 guests)