Title: Changes Core Files
Last modified: September 3, 2016

---

# Changes Core Files

 *  [jronnen7](https://wordpress.org/support/users/jronnen7/)
 * (@jronnen7)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/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)

 *  Plugin Author [Austin](https://wordpress.org/support/users/austyfrosty/)
 * (@austyfrosty)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/changes-core-files/#post-8122685)
 * jronnen7,
 * One; not everyone is a developer, or they don’t have access to write custom plugins/
   themes. Two; What happens when they upload a custom images in August, and `2016/
   07` no longer works for them? Try to be more dynamic with your example. Three;
   You headline is incorrect, this plugin **does not** modify core files. It’s simply
   hooks into the login action hook like you described in your “example”, and makes
   it so that a new user can create a _Custom Login_ on the fly.
 * Maybe re-think your two star review because you “might” know how an action hook
   works inside a plugin.
 *  [Amanda Rush](https://wordpress.org/support/users/arush/)
 * (@arush)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/changes-core-files/#post-8122686)
 * Adding to Austin’s comment, this plugin does exactly what it claims to do. The
   nitpick is with the possible method. Even if you’re correct, do you really think
   it’s worth knocking the review from five to two stars?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changes Core Files’ is closed to new replies.

 * ![](https://ps.w.org/custom-login/assets/icon.svg?rev=3077180)
 * [Custom Login](https://wordpress.org/plugins/custom-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-login/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-login/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Amanda Rush](https://wordpress.org/support/users/arush/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/changes-core-files/#post-8122686)