Logo Customizer

This plugin allow you to customize the logo image on Theme Customizer.

Author:Takayuki Miyauchi (profile at wordpress.org)
WordPress version required:3.8
WordPress version tested:4.1
Plugin version:1.2.0
Added to WordPress repository:31-07-2012
Last updated:31-12-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:https://github.com/miya0001/logo-customizer
Total downloads:8 506
Active installs:1 000+
plugin download
Click to start download

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.

<?php if ( function_exists( 'the_logo' ) ) the_logo(); ?>

Set default logo

add_filter( 'logo_customizer_default_logo', function() {
    return 'http://example.com/path/to/logo.png';
} );