Skip to content

Instantly share code, notes, and snippets.

@seedprod
Created June 30, 2017 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seedprod/70a28f5909808e488fe063d0b5e9a506 to your computer and use it in GitHub Desktop.
Save seedprod/70a28f5909808e488fe063d0b5e9a506 to your computer and use it in GitHub Desktop.
function custom_loginlogo() {
echo '<style type="text/css">
h1 a {background-image: url('.get_bloginfo('template_directory').'/images/login_logo.png) !important; }
</style>';
}
add_action('login_head', 'custom_loginlogo');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment