Easily change the logo on a network site's WP login screen using WordPress's Customize settings.
To run, test, and develop the Multisite Login Logos plugin with Docker container, please simply follow these steps:
- Build the container:
$ docker build -t wptest .
- Test running the PHPUnit on this plugin:
$ docker run -it -v $(pwd):/app wptest /bin/bash -c "service mysql start && phpunit"
= 1.0.2 =
- Revise readme.
= 1.0.1 =
- Support SSL if it is enabled.
= 1.0.0 =
- Set custom logo on login page in Theme Customizer.