add_filter( ‘login_head’, function () {
// Update the line below with the URL to your own logo.
// Adjust the Width & Height accordingly.
$custom_logo = ‘https://dgpinnacle.com/wp-content/uploads/2021/07/dg-pinnacle-home-loans-mortgage-miami-florida-logo-hd-1.png’;
$logo_width = 180;
$logo_height = 100;
printf(
‘
‘,
$custom_logo,
$logo_width,
$logo_height
);
}, 990 );
