Skip to content

Instantly share code, notes, and snippets.

@sergeyterr
Created September 14, 2016 05:02
Show Gist options
  • Save sergeyterr/3ab40f5fba5b9ed0dca7b70aeef94eb8 to your computer and use it in GitHub Desktop.
Save sergeyterr/3ab40f5fba5b9ed0dca7b70aeef94eb8 to your computer and use it in GitHub Desktop.
добавляем логотип в customizer WordPress
function theme_prefix_setup() {
add_theme_support( 'custom-logo' );
}
add_action( 'after_setup_theme', 'theme_prefix_setup' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment