@replace {{link}}
// Change the URL to which the header logo links
add_filter( 'generate_logo_href', function( $url ) {
return '{{link}}';
});
@replace {{link}}
// Change the URL to which the header logo links
add_filter( 'generate_logo_href', function( $url ) {
return '{{link}}';
});