Skip to content

Instantly share code, notes, and snippets.

@setuix
Last active August 29, 2015 14:03
Show Gist options
  • Save setuix/ca0372335e9d94c0824b to your computer and use it in GitHub Desktop.
Save setuix/ca0372335e9d94c0824b to your computer and use it in GitHub Desktop.
function custom_login_logo() {
echo '<style type="text/css">
h1 a { background-image:url(/images/logo.jpg) !important; }
</style>';
}
add_action('login_head', 'custom_login_logo');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment