Created
June 30, 2017 17:33
-
-
Save seedprod/70a28f5909808e488fe063d0b5e9a506 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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