function custom_login_logo() { echo ''; } add_action('login_head', 'custom_login_logo'); function custom_login_logo_url() { return 'https://olovetoy.com'; } add_filter('login_headerurl', 'custom_login_logo_url'); function custom_login_logo_url() { return 'https://olovetoy.com'; } add_filter('login_headerurl', 'custom_login_logo_url');