generate_logo_href

The generate_logo_href filter allows you to change the URL destination of your logo.

Default (string): Your URL set in Settings > General

Example

add_filter( 'generate_logo_href', function() {
    return "https://NEW-URL-HERE";
} );

Usage

Please refer to the Using Filters article to learn how to use this filter.