Leave a Reply

1 comment

  1. Oh. It seems like the action I needed was ‘login_init’. Like so:

    function login_remove_scripts() {
        wp_deregister_style( 'wp-admin' );
    }
    add_action( 'login_init', 'login_remove_scripts' );