sinanisler logo

Change WordPress Login Form Logo URL

function snn_custom_login_logo_url() {
    return 'https://sinanisler.com'; // Replace this with your desired URL
}
add_filter('login_headerurl', 'snn_custom_login_logo_url');

Leave the first comment