Download the PHP package beapi/wp-login-page without Composer
On this page you can find all versions of the php package beapi/wp-login-page. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download beapi/wp-login-page
More information about beapi/wp-login-page
Files in beapi/wp-login-page
Download beapi/wp-login-page
More information about beapi/wp-login-page
Files in beapi/wp-login-page
Vendor beapi
Package wp-login-page
Short Description Customize the login page with CSS/images
License GPL-2.0-or-later
Package wp-login-page
Short Description Customize the login page with CSS/images
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package wp-login-page
WP Login Page
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
- WordPress > 4.7
- PHP > 5.6
Installation
From composer
From files
Just download the wp-login-page.php
into your mu-plugins directory.
Changelog
2.0.2
- Use login_init hook instead of init (if wp-cerber is enabled, init hook seems to not be fired)
2.0.1
- Update dev dependencies
- Update the composer/installers constraint
2.0
- BREAKING CHANGES : Change path to default theme file path
dist/assets/login.css
todist/login.css
1.0.1
- Fix platform URL construction
- Add test on empty final file
1.0.0
- First release
Filters
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
wp_login_page_platform_css
Allows you to change the platform global filepath.
If you need to change the filepath to wp-content/customs/my-custom-login.css
Customize the logo
Example of CSS for cutomizing the logo :
Contribute
Launch the local machine with lando:
npm install
npm run env:start
- Open you browser at http://localhost:8888
All versions of wp-login-page with dependencies
PHP Build Version
Package Version
The package beapi/wp-login-page contains the following files
Loading the files please wait ....