• 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

    (@austyfrosty)

    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.

    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.