Changing the logo URL

function my_login_logo_url() {
return get_bloginfo( 'url' );
}
add_filter( 'login_headerurl', 'my_login_logo_url' );
 
function my_login_logo_url_title() {
return 'Nucolour Powder Coating';
}
add_filter( 'login_headertitle', 'my_login_logo_url_title' );

Contact me.

I would love to hear from you, send me a message using the form below.

    ×