and to show a default logo:
add_filter('get_custom_logo',function($html){
if(empty($html)){ $html = '<img src="my default logo here">'; }
return $html;
});
and to show a default logo:
add_filter('get_custom_logo',function($html){
if(empty($html)){ $html = '<img src="my default logo here">'; }
return $html;
});