Skip to content

Instantly share code, notes, and snippets.

@Glinkfr
Last active March 31, 2019 15:47
Show Gist options
  • Save Glinkfr/979ca45f2cfeb874232d08748e91a395 to your computer and use it in GitHub Desktop.
Save Glinkfr/979ca45f2cfeb874232d08748e91a395 to your computer and use it in GitHub Desktop.
Personnaliser le pied de page de la partie administration de votre blog
#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