/**
* Sostituisci il logo nella pagina di login di WordPress
*
* Cambia il logo predefinito con un'immagine personalizzata
*/
add_action('login_head', 'custom_login_logo');
function custom_login_logo() {
?>
<style>
.login h1.wp-login-logo a {
background-image: url('https://www.publicmusic.it/wp-content/login-logo.png') !important;
background-size: contain !important;
width: 100% !important;
height: 84px !important;
display: block;
text-indent: -9999px;
}
</style>
<?php
}
code snippet
We are also seeing the same issue with 6.7.
Same issue with new version. Please update the plugin…
The same issue. We’d like to see a new version (update)…of the plugin, if possible…
No longer works, was working well before in conjunction with “Password Protected“
Same for me, but I guess you’ve got this now 🙂
The plugin appears to be working with 6.7.1.
@paywall … same!! 6.7.1 contains the fix.
Oddly, the install button stated: “Re-install version 6.7.1” ? As if it was already in place previously?