Skip to content

Instantly share code, notes, and snippets.

View EarthmanWeb's full-sized avatar

Terrance Orletsky EarthmanWeb

View GitHub Profile
@EarthmanWeb
EarthmanWeb / login-logo.php
Last active March 21, 2024 22:56
EM mu-plugin - no frills login customizer for WP
<?php
/**
* Plugin Name: EM Custom Login Logo and Styles
* Description: MU-Plugin - Customizes the login page with a custom logo and styles.
* Author: Terrance Orletsky / ChatGPT
* Version: 2.3.2
*/
add_action( 'login_enqueue_scripts', 'em_custom_login_styles' );