Skip to content

Instantly share code, notes, and snippets.

Created July 10, 2017 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/df7bfdde41786a3f8e998e2f02af63f7 to your computer and use it in GitHub Desktop.
Save anonymous/df7bfdde41786a3f8e998e2f02af63f7 to your computer and use it in GitHub Desktop.
function wen_business_child_logo_size_mod(){
remove_theme_support( 'custom-logo' );
add_theme_support( 'custom-logo', array(
'flex-width' => true,
'flex-height' => true,
) );
}
add_action( 'init', 'wen_business_child_logo_size_mod' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment