Changes Core Files
-
Normally you can just change this screen with a function hook why are we using plugins people.
Per wordpress documentation – add to functions.php file
add_action('login_head', 'custom_login_logo'); function custom_login_logo() { ?> <style type="text/css"> h1 a { background-image: url(/wp-content/uploads/2016/07/THE-FINAL-LOGO.png) !important; } </style> <?php }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Changes Core Files’ is closed to new replies.