PHPackages                             beapi/wp-login-page - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. beapi/wp-login-page

ActiveWordpress-muplugin[Utility &amp; Helpers](/categories/utility)

beapi/wp-login-page
===================

Customize the login page with CSS/images

2.0.2(2y ago)014.4k↓42.7%GPL-2.0-or-laterPHPPHP &gt;=5.6.0

Since Jan 19Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/BeAPI/wp-login-page)[ Packagist](https://packagist.org/packages/beapi/wp-login-page)[ RSS](/packages/beapi-wp-login-page/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (11)Versions (7)Used By (0)

WP Login Page
=============

[](#wp-login-page)

Introduction
------------

[](#introduction)

This mu-plugin allows you enqueue style on login page. The plugin will look for styles into :

- dist/assets/login.css of the child theme
- dist/assets/login.css of the parent theme
- WP\_DEFAULT\_THEME/dist/assets/login.css
- WP\_CONTENT\_DIR/wp-login-page/login.css

Requirements
------------

[](#requirements)

- WordPress &gt; 4.7
- PHP &gt; 5.6

Installation
------------

[](#installation)

### From composer

[](#from-composer)

```
composer require beapi/wp-login-page
```

### From files

[](#from-files)

Just download the `wp-login-page.php` into your mu-plugins directory.

Changelog
---------

[](#changelog)

### 2.0.2

[](#202)

- Use login\_init hook instead of init (if wp-cerber is enabled, init hook seems to not be fired)

### 2.0.1

[](#201)

- Update dev dependencies
- Update the composer/installers constraint

### 2.0

[](#20)

- BREAKING CHANGES : Change path to default theme file path `dist/assets/login.css` to `dist/login.css`

### 1.0.1

[](#101)

- Fix platform URL construction
- Add test on empty final file

### 1.0.0

[](#100)

- First release

Filters
-------

[](#filters)

### wp\_login\_page\_theme\_css

[](#wp_login_page_theme_css)

Allows you to change the theme filepath. If you need to change the filepath to `theme/my_theme/assets/my-custom-login.css`

```
