Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('login_head', 'salient_child_admin_head', 100);
- function salient_child_admin_head() {
- echo '<style>
- body.login h1 a, body.login .wp-login-logo a {
- height: 40px;
- }
- </style>';
- }
Advertisement
Add Comment
Please, Sign In to add comment