=== Logo Customizer === Contributors: miyauchi Donate link: https://github.com/miya0001/logo-customizer Tags: theme, customizer, logo, image, branding Requires at least: 3.8 Tested up to: 4.1 Stable tag: 1.2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin allow you to customize the logo image on Theme Customizer. == Description == This plugin allow you to customize the logo image on Theme Customizer. https://github.com/miya0001/logo-customizer = How to display logo = Please place following. `` = Set default logo = ` add_filter( 'logo_customizer_default_logo', function() { return 'http://example.com/path/to/logo.png'; } ); ` == Installation == * A plug-in installation screen is displayed on the WordPress admin panel. * It installs it in `wp-content/plugins`. * The plug-in is made effective. * Use the template tag the_logo() like below. `` == Screenshots == 1. Theme Customizer. == Changelog == = 1.0.0 = * The first release. == Credits == This plug-in is not guaranteed though the user of WordPress can freely use this plug-in free of charge regardless of the purpose. The author must acknowledge the thing that the operation guarantee and the support in this plug-in use are not done at all beforehand. == Contact == * twitter @wpist_me