Last active
March 31, 2019 15:47
-
-
Save Glinkfr/979ca45f2cfeb874232d08748e91a395 to your computer and use it in GitHub Desktop.
Personnaliser le pied de page de la partie administration de votre blog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#change le texte de pied de page de l'admin | |
function remove_footer_admin () { | |
echo 'Design by <a href="https://glink.fr" target="_blank" rel="noopener noreferrer">Glink</a> | | |
Powered by <a href="https://www.wordpress.org" target="_blank" rel="noopener noreferrer">WordPress</a>'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment